Set appropriate value for sql_connection config
'sql_connection' should be configured with prefix 'mysql://' backport: icehouse Closes-bug: #1321232 Change-Id: I8c143c1c03eb9c108f2e582fa3b043faca5004f9
This commit is contained in:
parent
a718378cd7
commit
24570353a4
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user