Fix syntax errors in quantum example

Change-Id: I88cd8682bf51ef160d74f0111481431ef5f99761
This commit is contained in:
Mathieu Gagné 2013-06-18 11:35:58 -04:00
parent 8ead6e3b4c
commit 61897f1f07
1 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ class { 'quantum':
# The API server talks to keystone for authorisation
class { 'quantum::server':
$keystone_password => 'password',
keystone_password => 'password',
}
# Various agents
@ -37,10 +37,10 @@ class { 'quantum::plugins::ovs':
# Generally, any machine with a quantum element running on it talks
# over Rabbit and needs to know if overlapping IPs (namespaces) are in use
class { 'quantum':
$allow_overlapping_ips => true,
$rabbit_password => 'password',
$rabbit_user => 'guest',
$rabbit_host => 'localhost',
allow_overlapping_ips => true,
rabbit_password => 'password',
rabbit_user => 'guest',
rabbit_host => 'localhost',
}
# The agent/plugin combo also needs installed on clients