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
This commit is contained in:
Pierre RAMBAUD 2014-02-17 14:13:57 +01:00
parent 75b9fbea27
commit ef3b4eb55c
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':
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',