fixed syntax error in docs (mustache example)

Change-Id: Iffda024271159369cc87e4fd7216267fd4512841
This commit is contained in:
Jonathan Brownell 2014-02-11 09:33:40 -08:00
parent fa6da59990
commit ddc7be8a52
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ mustache template.
Metadata settings are accessed with dot ('.') notation::
[sql]
connection = mysql://{{keystone.database.user}}:{{keystone.database.password}@{{keystone.database.host}}/keystone
connection = mysql://{{keystone.database.user}}:{{keystone.database.password}}@{{keystone.database.host}}/keystone
Executable Templates
--------------------