Fix syntax errors

This commit removes a couple of extraneous command introduced by
copy/past errors.
This commit is contained in:
Dan Bode
2012-06-07 16:04:55 -07:00
parent cfc99e1506
commit a749027801

View File

@@ -30,11 +30,11 @@ $nova_db_password = 'nova_pass'
$nova_user_password = 'nova_pass'
$glance_db_password = 'glance_pass'
$glance_user_password = 'glance_pass'
$rabbit_password = 'openstack_rabbit_password',
$rabbit_user = 'openstack_rabbit_user',
$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'
#### end shared variables #################
@@ -119,4 +119,3 @@ node /openstack_compute/ {
}
}