NSX|v3: Fix create network exception handling
Init is_overlay_network variable used in the excpection handling in case it happend before it is set. Change-Id: Ia817e933b4676c47aec82ab72bfc2a0caa695d39
This commit is contained in:
parent
f036f5a988
commit
ba05c0ddda
@ -973,6 +973,7 @@ class NsxV3Plugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
|
||||
net_data = network['network']
|
||||
external = net_data.get(extnet_apidef.EXTERNAL)
|
||||
is_backend_network = False
|
||||
is_overlay_network = False
|
||||
tenant_id = net_data['tenant_id']
|
||||
|
||||
# validate the availability zone, and get the AZ object
|
||||
|
Loading…
x
Reference in New Issue
Block a user