os-vif/releasenotes/notes/port-profile-info-linux-bridge-4800f5a0b7328615.yaml
Rodolfo Alonso Hernandez 0805101573 Add Port Profile info to VIF objects Linux Bridge plugin
Added the Port Profile information to each VIF type in
``vif_plug_linux_bridge``. This information will be populated to
Nova trough os_vif.host_info function.

Change-Id: Ib693388f7a7eb9aa359976a1d0aba35e5b325ddb
Blueprint: vif-port-profile
2017-10-04 15:12:12 +01:00

9 lines
338 B
YAML

---
features:
- |
In ``vif_plug_linux_bridge``, 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 this field is only being used in ``vif_plug_ovs``.