Reviewed: https://review.openstack.org/485757 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=587c3de89bc2750a8297e5609b0ea9a39e876cc4 Submitter: Jenkins Branch: master
commit 587c3de89bc2750a8297e5609b0ea9a39e876cc4 Author: Jan Gutter <[email protected]> Date: Thu Jul 20 19:28:15 2017 +0200 Add support for virtio-forwarder VNIC type * This patch adds support for the virtio-forwarder VNIC type. * The virtio-forwarder VNIC type has been added as another option for setting the "binding:vnic_type" property on a port. This requests a low-latency virtio port inside the instance, likely backed by hardware acceleration. * The documentation for OPENSTACK_NEUTRON_NETWORK/supported_vnic_types has been updated to clarify the term "supported VNIC types". Unfortunately, the VNIC binding happens at scheduling and error reporting in core Nova and Neutron is not optimal in this case. * Corresponding python-openstackclient change: https://review.openstack.org/#/c/483532/ * Corresponding neutron-lib change: https://review.openstack.org/#/c/483530/ Signed-off-by: Jan Gutter <[email protected]> Closes-Bug: 1705548 Depends-On: I28315fb12f62dc7d52d099c211086b2b81eca39a Change-Id: I02dc3581de8f31c659e545e340cbdf6a1b2bb837 ** 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/1705548 Title: Add virtio-forwarder VNIC type Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Add support for virtio-forwarder VNIC type * This is a feature request to add support for the virtio-forwarder VNIC type. * The virtio-forwarder VNIC type has been added as another option for setting the "binding:vnic_type" property on a port. This requests a low-latency virtio port inside the instance, likely backed by hardware acceleration and requires a supporting Neutron plugin. * Corresponding neutronclient change: https://review.openstack.org/#/c/483533/ To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1705548/+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

