Bug 1403392

Summary: [RFE] set external network gateway fixed ip for a router via horizon
Product: Red Hat OpenStack Reporter: Andreas Karis <akaris>
Component: python-django-horizonAssignee: Radomir Dopieralski <rdopiera>
Status: CLOSED WONTFIX QA Contact: Ido Ovadia <iovadia>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.0 (Mitaka)CC: athomas, beth.white, mrunge, saime, srevivo
Target Milestone: ---Keywords: FutureFeature, Triaged, ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-06-04 14:11:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
osp 9 add external gateway
none
osp 8 set external gateway none

Description Andreas Karis 2016-12-09 22:50:54 UTC
Description of problem:
As of OSP8, it is possible to set external network gateway for a router (BZ#1291739):

$ neutron router-gateway-set --fixed-ip ip_address=10.60.229.251 test-router-ha-2 public_436

Now the trick is that the GUI equivalent to this command line does not seem to exist in Horizon. Can we get this feature?


Version-Release number of selected component (if applicable):
OSP 8 and OSP 9

Comment 1 Andreas Karis 2016-12-09 22:52:19 UTC
[root@undercloud-3 ~]# neutron help router-gateway-set
usage: neutron router-gateway-set [-h] [--request-format {json,xml}]
                                  [--disable-snat] [--fixed-ip FIXED_IP]
                                  ROUTER EXTERNAL-NETWORK

Set the external network gateway for a router.

positional arguments:
  ROUTER                ID or name of the router.
  EXTERNAL-NETWORK      ID or name of the external network for the gateway.

optional arguments:
  -h, --help            show this help message and exit
  --request-format {json,xml}
                        The XML or JSON request format.
  --disable-snat        Disable source NAT on the router gateway.
  --fixed-ip FIXED_IP   Desired IP and/or subnet on external network:
                        subnet_id=<name_or_id>,ip_address=<ip>. You can repeat
                        this option.

Comment 2 Andreas Karis 2016-12-09 22:52:45 UTC
Created attachment 1230180 [details]
osp 9 add external gateway

Comment 3 Andreas Karis 2016-12-09 22:53:11 UTC
Created attachment 1230181 [details]
osp 8 set external gateway

Comment 5 Andreas Karis 2017-09-04 18:09:03 UTC
Hi,

Did this ever make it into any version of OSP? Or is this still waiting for implementation upstream?

Thanks,

Andreas

Comment 6 Andreas Karis 2017-09-04 18:11:17 UTC
Hi,

Did this ever make it into any version of OSP? Or is this still waiting for implementation upstream?

Thanks,

Andreas

Comment 9 Radomir Dopieralski 2020-06-04 14:11:39 UTC
Both customer cases are closed. If the customers are still interested in implementing this, please reopen.