From c2a6f80b8dfc028b6f43fe797bf2d6d8c4da5e9f 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 (cherry picked from commit ef3b4eb55cc1a27591112a292e22bb6c81a4828e) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeaf0e31c..39f23f80c 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': - sql_connection => 'mysql://nova:a_big_secret@127.0.0.1/nova?charset=utf8", + sql_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',