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:
@@ -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 #################
|
||||||
|
Reference in New Issue
Block a user