From 61897f1f07c53ee4864cc99bebd23cba31c591fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Gagne=CC=81?= Date: Tue, 18 Jun 2013 11:35:58 -0400 Subject: [PATCH] Fix syntax errors in quantum example Change-Id: I88cd8682bf51ef160d74f0111481431ef5f99761 --- examples/quantum.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/quantum.pp b/examples/quantum.pp index f20be82ae..dab99ecbf 100755 --- a/examples/quantum.pp +++ b/examples/quantum.pp @@ -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