Merge "NSX|V3: Add ovs_hybrid_plug flag in ports"
This commit is contained in:
commit
1ab44433bb
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user