3d62d8e23c
When a vif will be plugged into an OVS bridge, ensure that the bridge exists during the plugging operation. In most cases, the OVS bridge will already exist at the time of port creation, so this will be a no-op. However, the OVS agent implementation for vlan-aware VMs will require the os-vif plugin to create the OVS bridge if it doesn't already exist, because vifs that correspond to trunk ports won't be directly plugged into br-int. Change-Id: I3cb61a5e842177a26f38c85d7782ecced4ac07da
8 lines
240 B
YAML
8 lines
240 B
YAML
---
|
|
features:
|
|
- The ovs plugin has been modified to ensure that the
|
|
specified OVS bridge that the vif will be attached to
|
|
has been created. If the OVS bridge does not exist, it
|
|
will be created with the proper datapath_type.
|
|
|