Update mysql connection in doc

Change-Id: I424631f568eae749d717d3fb5d02701f76ab3079
This commit is contained in:
wangqi 2018-03-12 14:01:08 +00:00
parent acf1978421
commit af5b3716b5
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ For keystone (identity) API v2 (deprecated)
auth_plugin = password
[database]
connection = mysql://CK_DBUSER:CK_DBPASSWORD@DB_HOST/cloudkitty
connection = mysql+pymysql://CK_DBUSER:CK_DBPASSWORD@DB_HOST/cloudkitty
[storage]
backend = sqlalchemy
@ -126,7 +126,7 @@ The following shows the basic configuration items:
auth_section = ks_auth
[database]
connection = mysql://CK_DBUSER:CK_DBPASSWORD@DB_HOST/cloudkitty
connection = mysql+pymysql://CK_DBUSER:CK_DBPASSWORD@DB_HOST/cloudkitty
[keystone_fetcher]
auth_section = ks_auth