Update mysql connection

Change-Id: Ib1de604304e8e78ebc22866a87c9a07666c658b3
This commit is contained in:
chenpengzi 2018-02-12 11:45:30 +08:00
parent 6c08749e94
commit 50af7186dd
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ Install and configure components
::
[database]
connection = mysql://senlin:<MYSQL_SENLIN_PW>@127.0.0.1/senlin?charset=utf8
connection = mysql+pymysql://senlin:<MYSQL_SENLIN_PW>@127.0.0.1/senlin?charset=utf8
[keystone_authtoken]
auth_uri = http://<HOST>:5000/v3

View File

@ -64,7 +64,7 @@ The most common options to be customized include:
::
[database]
connection = mysql://senlin:<MYSQL_SENLIN_PW>@127.0.0.1/senlin?charset=utf8
connection = mysql+pymysql://senlin:<MYSQL_SENLIN_PW>@127.0.0.1/senlin?charset=utf8
[keystone_authtoken]
auth_uri = http://<HOST>:5000/v3