heat/heat/engine/resources/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 Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
barbican Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
blazar Update pep8 rules 2020-04-30 16:33:43 +02:00
cinder Check for nova exception.Conflict rather than task_state 2020-06-26 14:29:54 +05:30
designate Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
glance Fix hacking warnings 2020-04-16 06:43:27 +00:00
heat Use 'skiplist' to describe skipped indices in ResourceGroup code 2020-07-14 14:53:59 -04:00
ironic Add Ironic Port resource type support 2020-04-26 15:31:50 +08:00
keystone Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
magnum Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
manila Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
mistral Use never expiring alarm_url for resource attributes 2020-06-06 14:02:09 +05:30
monasca Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
neutron Supports 'virtio-forwarder' vnic type for port 2020-07-24 13:34:35 +05:30
nova Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
octavia Fix hacking warnings 2020-04-16 06:43:27 +00:00
sahara Use never expiring alarm_url for resource attributes 2020-06-06 14:02:09 +05:30
senlin Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
swift Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
trove Merge "Logging Consistency" 2020-05-04 10:12:13 +00:00
zaqar Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
zun zun: add 'tty' property to container 2019-12-19 02:38:40 +00:00
__init__.py Split scaling policy into separate files 2014-08-27 20:27:19 +08:00