Merge "Fix uninitialized variable reference"
This commit is contained in:
commit
0a7744fd6a
@ -84,7 +84,7 @@ def sync_network_states(network_vlan_ranges):
|
|||||||
"network %(physical_network)s"
|
"network %(physical_network)s"
|
||||||
" from pool"),
|
" from pool"),
|
||||||
{'vlan_id': state.vlan_id,
|
{'vlan_id': state.vlan_id,
|
||||||
'physical_network': physical_network})
|
'physical_network': state.physical_network})
|
||||||
session.delete(state)
|
session.delete(state)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user