NSX-V3: Update vlan-transparent case for network
This flag should be updated also when disabled. Change-Id: I8fc2d9f78559cf2c286d0e0cc59dee0dc5494823
This commit is contained in:
parent
da500f1e84
commit
025133b93a
@ -1105,7 +1105,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
|
||||
neutron_net_id,
|
||||
nsx_net_id)
|
||||
|
||||
if vlt:
|
||||
if nc_utils.is_extension_supported(self, 'vlan-transparent'):
|
||||
super(NsxV3Plugin, self).update_network(context,
|
||||
created_net['id'],
|
||||
{'network': {'vlan_transparent': vlt}})
|
||||
|
Loading…
x
Reference in New Issue
Block a user