From e9d544721d00a1be346d0d16ebf7c56b8533dab3 Mon Sep 17 00:00:00 2001 From: Aimon Bustardo Date: Tue, 6 Nov 2012 21:27:41 -0800 Subject: [PATCH] typo --- manifests/controller.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/controller.pp b/manifests/controller.pp index eca4d8f..6e750db 100644 --- a/manifests/controller.pp +++ b/manifests/controller.pp @@ -49,7 +49,7 @@ # # class { 'openstack::controller': # public_address => '192.168.0.3', -# mysql_root_password => 'changeme, +# mysql_root_password => 'changeme', # allowed_hosts => ['127.0.0.%', '192.168.1.%'], # admin_email => 'my_email@mw.com', # admin_password => 'my_admin_password',