$auto_assign_floating_ip needs to be a boolean and not string

This commit is contained in:
Andy Edmonds
2012-06-27 13:36:57 +03:00
parent a128c60f42
commit 36986a127b

View File

@@ -34,7 +34,7 @@ $fixed_network_range = '10.0.0.0/24'
# switch this to true to have all service log at verbose
$verbose = 'false'
# by default it does not enable atomatically adding floating IPs
$auto_assign_floating_ip = 'false'
$auto_assign_floating_ip = false
#### end shared variables #################