heat/heat/tests/openstack
Emilien Macchi 396a7c3248 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
(cherry picked from commit 03ab18d459)
2020-10-14 07:25:54 +00:00
..
aodh Add heat resource for creating Aodh loadbalancer_member_health alarm type[1] 2019-08-02 12:19:42 +12:00
barbican Replace assertRaisesRegexp with assertRaisesRegex 2017-05-19 18:13:59 +05:30
blazar Add a Blazar Host resource 2019-02-18 06:41:23 +00:00
cinder Check for nova exception.Conflict rather than task_state 2020-07-01 10:50:05 +05:30
designate Fix multiple gate issues 2019-09-18 18:23:50 +05:30
glance Handle unicode in constraints 2019-01-29 19:21:28 +13:00
heat Allow scale-down of ASG as part of update 2020-05-29 01:52:14 +00:00
keystone Add project tags to heat orchestration 2018-01-09 16:33:13 +00:00
magnum Translate networks and subnet in cluster template 2017-12-01 12:27:13 +08:00
manila Handle unicode in constraints 2019-01-29 19:21:28 +13:00
mistral Handle OS::Mistral::Workflow resource replacement properly 2020-02-26 02:43:23 +00:00
monasca Revert "Remove unittests monasca until story/2002978 is released" 2018-07-18 02:27:21 +00:00
neutron Supports 'virtio-forwarder' vnic type for port 2020-10-14 07:25:54 +00:00
nova Check task_state of instance before volume actions 2020-04-26 07:33:11 +00:00
octavia Support tags for Octavia pool member 2019-03-21 20:11:48 +00:00
sahara Merge "Fix sahara job type validation issue" 2018-03-06 06:29:46 +00:00
senlin Merge "Fix Senlin policy resource" 2019-09-05 03:33:33 +00:00
swift Use StackDefinition in intrinsic functions for resolving data 2017-07-21 10:30:34 -04:00
trove Enable to specify network for Trove Cluster 2017-12-15 11:52:49 +00:00
zaqar remove mox usage from test_subscription 2018-04-01 23:40:25 +08:00
zun Zun: fix an issue on command property 2019-04-18 02:23:22 +00:00
__init__.py Enable some unit tests back 2015-02-03 10:20:16 +08:00