Merge "Set appropriate value for sql_connection config"

This commit is contained in:
Jenkins 2014-05-22 13:17:02 +00:00 committed by Gerrit Code Review
commit 4060716380

View File

@ -67,7 +67,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>