Reviewed: https://review.openstack.org/514084 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d16ed45e0615d54d983da43b1d0a2070c7edc814 Submitter: Zuul Branch: master
commit d16ed45e0615d54d983da43b1d0a2070c7edc814 Author: Akihiro Motoki <[email protected]> Date: Sat Nov 18 17:36:39 2017 +0000 Support "Get me a network" in launch instance "Get-me-a-network" feature is supported in Nova API 2.37 or later. To support this in horizon, a dummy "auto_allocated_network" is shown in the launch instance form. I believe this approach fits the current way of the launch instance form. The dummy network is a special network ID and if specified the nova API wrapper converts 'nics' parameter properly. In addition, a dummy "auto_allocated_network" is now shown in the network table. This is because Neutron creates an actual auto allocated network once a server is created specifying nics=="auto". I believe this fake behavior brings consistency in the network table to some extent, while this is just a compromise. Note that this patch does not cover the network topology integration. "auto_allocated_network" is not shown until the actual auto allocated network is created. The network topology integration requires more work. For example, the link for the fake auto allocated network should be disabled in the flat view. The pop-up for the fake auto allocated network should be disabled in the graph view. Change-Id: I062fc1b7ed75dc771ddc7f13c8324ed4ffab6808 Closes-Bug: #1690433 ** 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/1690433 Title: Expose "get me a network" in instance creation Status in OpenStack Dashboard (Horizon): Fix Released Bug description: It would be nice to expose get-me-a-network via horizon. Right now it only works with the nova CLI. This came up for discussion during Boston summit [2] [1] https://blueprints.launchpad.net/nova/+spec/get-me-a-network [2] https://etherpad.openstack.org/p/pike-neutron-gman To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1690433/+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

