heat/heat/engine/resources
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
..
aws Use never expiring alarm_url for resource attributes 2020-06-06 14:02:09 +05:30
openstack Supports 'virtio-forwarder' vnic type for port 2020-07-24 13:34:35 +05:30
__init__.py Log missing clients as WARNING instead of ERROR 2016-08-16 16:27:55 -05:00
alarm_base.py Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
scheduler_hints.py Fix path_in_stack for scheduler hints 2016-08-05 10:21:10 +00:00
server_base.py Update pep8 rules 2020-04-30 16:33:43 +02:00
signal_responder.py Use never expiring alarm_url for resource attributes 2020-06-06 14:02:09 +05:30
stack_resource.py Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
stack_user.py Remove log translations 2017-03-25 17:11:50 +08:00
template_resource.py Remove six and python 2.7 full support 2020-04-23 14:49:12 +02:00
volume_base.py Check for server in attachements when checking for detach complete 2018-09-24 17:28:52 +05:30
wait_condition.py Don't store signal_url for ec2 signaling of deployments 2020-06-04 23:03:17 +05:30