Fix the default connection string to the database

Change-Id: I216026b842423d519388af87e987b40d297500f4
This commit is contained in:
Fabio Verboso 2018-09-14 15:52:07 +02:00
parent ea3b97693a
commit d829c66233
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ wamp_realm = s4t
[database]
connection = mysql+pymsql://<user>:<password>@<host>/iotronic
connection = mysql+pymysql://<user>:<password>@<host>/iotronic
[keystone_authtoken]
www_authenticate_uri = http://<keystone_host>:5000