Merge pull request #86 from dizz/patch-1

$auto_assign_floating_ip needs to be a boolean and not string
This commit is contained in:
Dan Bode
2012-06-27 07:12:27 -07:00

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 # switch this to true to have all service log at verbose
$verbose = 'false' $verbose = 'false'
# by default it does not enable atomatically adding floating IPs # by default it does not enable atomatically adding floating IPs
$auto_assign_floating_ip = 'false' $auto_assign_floating_ip = false
#### end shared variables ################# #### end shared variables #################