fix hanging indent

This commit is contained in:
Zhang Hua 2014-12-11 21:54:19 +08:00
parent 8f5a9fddeb
commit 0a54cf6557

View File

@ -38,7 +38,7 @@ def _neutron_api_settings():
'neutron_security_groups': rdata['neutron-security-groups'],
'overlay_network_type': rdata['overlay-network-type'],
'network_device_mtu': rdata['network-device-mtu']
if 'network-device-mtu' in rdata else 1500,
if 'network-device-mtu' in rdata else 1500,
}
# Override with configuration if set to true
if config('disable-security-groups'):