Reviewed: https://review.openstack.org/513887 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=09efe2d432c7a17c696e7240f69b3c76b481e3f3 Submitter: Zuul Branch: master
commit 09efe2d432c7a17c696e7240f69b3c76b481e3f3 Author: Akihiro Motoki <[email protected]> Date: Sat Oct 21 00:48:42 2017 +0000 Allow regular users to specify VNIC type for port VNIC type needs to be specified when creating a server with an SR-IOV port. In this case, a user first creates a port with vnic_type=direct and creates a server with the created port. To allow this scenario, horizon needs to allow users to specify VNIC type for port. This commit also clean up the code duplication on the port security and mac state fields in the port create form. The code in the admin form for them are completely duplicated with that in the project form. Change-Id: Ib6e91ed7f720e2720994025429da0dcef2fa4e25 Closes-Bug: #1402959 ** 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/1402959 Title: Support Launching an instance with a port with vnic_type=direct Status in OpenStack Dashboard (Horizon): Fix Released Bug description: To support Launching instances with 'SR-IOV' interfaces using the dashboard there is a need to: 1)Adding the ability to specify vnic_type to 'port create' operation 2)Adding option to create a port as a tenant (Right now only Admin can do this) 3)Adding the ability to launch an instance with a pre configured port Duplicate bugs: https://bugs.launchpad.net/horizon/+bug/1399252 https://bugs.launchpad.net/horizon/+bug/1399254 To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1402959/+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

