heat/heat/tests/openstack
Emilien Macchi 03ab18d459 Supports 'virtio-forwarder' vnic type for port
Supports the 'virtio-forwarder' vnic type for port sync with Neutron.
The 'virtio-forwarder' is an indirect mode for SR-IOV interfaces used to
connect the instances into the Neutron networks. It has been supported
since the Queens release:
I28315fb12f62dc7d52d099c211086b2b81eca39a

Note that 'virtio-forwarder' is already supported by Horizon:
openstack_dashboard/api/neutron.py:
  ('virtio-forwarder', _('Virtio Forwarder'))

Nova:
nova/network/model.py:
  VNIC_TYPE_VIRTIO_FORWARDER = 'virtio-forwarder'

openstackclient:
openstackclient/network/v2/port.py:
  choices=(...), virtio-forwarder

neutron-lib:
neutron_lib/api/definitions/portbindings.py
  VNIC_VIRTIO_FORWARDER = 'virtio-forwarder'

Task: 40435
Change-Id: Ie65f8858d6d1a1854702eb33c40ea827505bfe51
2020-07-24 13:34:35 +05:30
..
aodh Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
barbican Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
blazar Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
cinder Check for nova exception.Conflict rather than task_state 2020-06-26 14:29:54 +05:30
designate Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
glance Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
heat Use 'skiplist' to describe skipped indices in ResourceGroup code 2020-07-14 14:53:59 -04:00
ironic Use unittest.mock instead of mock 2020-06-10 13:50:56 +02:00
keystone Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
magnum Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
manila Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
mistral Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
monasca Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
neutron Supports 'virtio-forwarder' vnic type for port 2020-07-24 13:34:35 +05:30
nova Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
octavia Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
sahara Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
senlin Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
swift Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
trove Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
zaqar Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
zun Use unittest.mock instead of third party mock 2020-05-05 08:42:11 -05:00
__init__.py Enable some unit tests back 2015-02-03 10:20:16 +08:00