os-vif/releasenotes/notes/port-profile-info-ovs-63b46a3eafc11de2.yaml
Rodolfo Alonso Hernandez e40b3dbb12 Add Port Profile info to VIF objects OVS plugin
Added the Port Profile information to each VIF type in ``vif_plug_ovs``.
This information will be populated to Nova through os_vif.host_info
function.

Change-Id: I655cb35660072e9adecdc742c4540b8f680510e0
Blueprint: vif-port-profile
2017-09-15 13:21:29 +01:00

10 lines
383 B
YAML

---
features:
- |
In ``vif_plug_ovs``, a new field called ``supported_port_profiles`` is
added to ``HostVIFInfo`` objects. This field is a list of
``HostPortProfileInfo`` objects describing the supported port profiles for
each specific VIF type.
Currently two port profiles are supported: ``VIFPortProfileOpenVSwitch``
and ``VIFPortProfileOVSRepresentor``.