Merge "NSX|V3: Add ovs_hybrid_plug flag in ports"

This commit is contained in:
Zuul 2018-06-14 08:38:54 +00:00 committed by Gerrit Code Review
commit 1ab44433bb

View File

@ -581,6 +581,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
port_data[pbin.VNIC_TYPE] = pbin.VNIC_NORMAL
if 'network_id' in port_data:
port_data[pbin.VIF_DETAILS] = {
pbin.OVS_HYBRID_PLUG: False,
# TODO(rkukura): Replace with new VIF security details
pbin.CAP_PORT_FILTER:
'security-group' in self.supported_extension_aliases,