e40b3dbb12
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
10 lines
383 B
YAML
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``.
|