- This change add a new isolate_vif config
option to the OVS plugin.
- The isolate_vif option defaults to False
for backwards compatiblity with SDN-based
deployments.
- This change is a partial mitigation of bug
1734320, when isolate_vif is set to True
os-vif will assign VIFs to the neutron
l2 agent dead VLAN 4095. This should only
be set when using the ml2/ovs neutron
backend.
Change-Id: I87ee9626cc6b4a01465a6b1908bc66bc7be0a4bc
Partial-Bug: #1734320