Hide Forgot
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
[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.
Created attachment 1230180 [details] osp 9 add external gateway
Created attachment 1230181 [details] osp 8 set external gateway
Hi, Did this ever make it into any version of OSP? Or is this still waiting for implementation upstream? Thanks, Andreas
Both customer cases are closed. If the customers are still interested in implementing this, please reopen.