Bug 1403392 - [RFE] set external network gateway fixed ip for a router via horizon
Summary: [RFE] set external network gateway fixed ip for a router via horizon
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-django-horizon
Version: 9.0 (Mitaka)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Radomir Dopieralski
QA Contact: Ido Ovadia
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-09 22:50 UTC by Andreas Karis
Modified: 2021-12-10 15:11 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-06-04 14:11:39 UTC
Target Upstream Version:


Attachments (Terms of Use)
osp 9 add external gateway (80.37 KB, image/png)
2016-12-09 22:52 UTC, Andreas Karis
no flags Details
osp 8 set external gateway (75.96 KB, image/png)
2016-12-09 22:53 UTC, Andreas Karis
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1532091 0 None None None 2017-09-04 18:12:18 UTC
Red Hat Issue Tracker DFGUI-1391 0 None None None 2021-12-10 15:11:01 UTC
Red Hat Issue Tracker OSP-11295 0 None None None 2021-12-10 15:11:04 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.