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 ef3b4eb55c)
This commit is contained in:
Pierre RAMBAUD 2014-02-17 14:13:57 +01:00 committed by Pierre RAMBAUD
parent 219b9385ea
commit c2a6f80b8d
1 changed files with 1 additions and 1 deletions

View File

@ -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',