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