Merge pull request #87 from dizz/patch-2

$verbose should not be quoted
This commit is contained in:
Dan Bode
2012-06-29 10:23:03 -07:00

View File

@@ -32,7 +32,7 @@ $rabbit_password = 'openstack_rabbit_password'
$rabbit_user = 'openstack_rabbit_user'
$fixed_network_range = '10.0.0.0/24'
# 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
$auto_assign_floating_ip = false