Lint: E202 whitespace before ']'
This commit is contained in:
parent
d2e5ede399
commit
d2490419c5
|
@ -222,9 +222,7 @@ def readConfig(pvcnoded_config_file, myhostname):
|
||||||
config = {**config, **config_networking}
|
config = {**config, **config_networking}
|
||||||
|
|
||||||
# Create the by-id address entries
|
# Create the by-id address entries
|
||||||
for net in ['vni',
|
for net in ['vni', 'storage', 'upstream']:
|
||||||
'storage',
|
|
||||||
'upstream' ]:
|
|
||||||
address_key = '{}_dev_ip'.format(net)
|
address_key = '{}_dev_ip'.format(net)
|
||||||
floating_key = '{}_floating_ip'.format(net)
|
floating_key = '{}_floating_ip'.format(net)
|
||||||
network_key = '{}_network'.format(net)
|
network_key = '{}_network'.format(net)
|
||||||
|
|
Loading…
Reference in New Issue