From ef3b4eb55cc1a27591112a292e22bb6c81a4828e Mon Sep 17 00:00:00 2001 From: Pierre RAMBAUD Date: Mon, 17 Feb 2014 14:13:57 +0100 Subject: [PATCH] Fix usage of double quote instead of simple quote Syntax color is broken in the README file, using simple quote instead of double quote Change-Id: I5af4b22418dd734367dbdc696f8f816c9bc48ee6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6418f65d3..a68fb8031 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To utilize the nova module's functionality you will need to declare multiple res ```puppet class { 'nova': - database_connection => 'mysql://nova:a_big_secret@127.0.0.1/nova?charset=utf8", + database_connection => 'mysql://nova:a_big_secret@127.0.0.1/nova?charset=utf8', rabbit_userid => 'nova', rabbit_password => 'an_even_bigger_secret', image_service => 'nova.image.glance.GlanceImageService',