Added mysql in sql_connection line

In section 3, subsection a, it was mentioned
as "sql_connection=trove:TROVE_DBPASS@controller/trove"
but the actual line should be
"sql_connection=mysql://trove:TROVE_DBPASS@controller/trove"
Added word mysql which was not present earlier

Change-Id: I6d1e590e9046aacffb40ffaf2a1d952885412617
Closes-Bug: #1326119
This commit is contained in:
Manishanker Talusani 2014-06-05 01:21:05 +05:30
parent 96bf9dc4f6
commit 42ce7a9217
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ trove_auth_url = http://<replaceable>controller</replaceable>:5000/v2.0
nova_compute_url = http://<replaceable>controller</replaceable>:8774/v2
cinder_url = http://<replaceable>controller</replaceable>:8776/v1
swift_url = http://<replaceable>controller</replaceable>:8080/v1/AUTH_
sql_connection = trove:<literal>TROVE_DBPASS</literal>@<replaceable>controller</replaceable>/trove
sql_connection = mysql://trove:<literal>TROVE_DBPASS</literal>@<replaceable>controller</replaceable>/trove
notifier_queue_hostname = <replaceable>controller</replaceable></programlisting>
</step>