Reviewed: https://review.openstack.org/206524 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ce65691bfc876400025eb8ba2ae18f8ff96e18f6 Submitter: Jenkins Branch: master
commit ce65691bfc876400025eb8ba2ae18f8ff96e18f6 Author: Masco Kaliyamoorthy <[email protected]> Date: Tue Jul 28 18:13:33 2015 +0530 exclude subnets without gateway in create interface In create interface form, if we select the subnet which don't have gateway ip, the create will fail. we can remove the subnets which don't have gateway ip from the sebnet options to prevent the unnecessary server call. Change-Id: I75cec674516b07e141d74729b545e3d2cadee82d Closes-Bug: #1478939 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1478939 Title: port creation failing when using subnet which don't have gateway ip Status in OpenStack Dashboard (Horizon): Fix Released Bug description: when creating a port/interface from a router we have to provide a subnet. if we selecting a subnet which don't have gateway ip the creation call is failing. procedure to reproduce: 1. create a subnet without gateway ip (select no gateway option) 2. go to one router and click create interface 3. select a subnet which created at step 1 you will get an error message. solution proposed: we have to remove the subnet which don't have gateway ip from the options list To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1478939/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

