1a0778d280
Handle the network interface new vlans field and expose it in the devices metadata The vlan tag will be exposed to the instance through the metadata API and on the config drive. Implements: blueprint sriov-pf-passthrough-neutron-port-vlan Change-Id: Id7b9f3f1c2107ec604e7f0ef4fbfd31a9e05d0b0
14 lines
707 B
YAML
14 lines
707 B
YAML
---
|
|
features:
|
|
- |
|
|
VLAN tags associated with instance network interfaces are now exposed via
|
|
the metadata API and instance config drives and can be consumed by the
|
|
instance. This is an extension of the device tagging mechanism added in
|
|
past releases. This is useful for instances utilizing SR-IOV physical
|
|
functions (PFs). The VLAN configuration for the guest's virtual interfaces
|
|
associated with these devices cannot be configured inside the guest OS from
|
|
the host, but nonetheless must be configured with the VLAN tags of the
|
|
device to ensure packet delivery. This feature makes this possible.
|
|
|
|
.. note:: VLAN tags are currently only supported via the Libvirt driver.
|