Merge "Update mysql connection in doc"

This commit is contained in:
Zuul 2018-02-25 21:11:14 +00:00 committed by Gerrit Code Review
commit e1e47548bf
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ api_workers=1
function_service_expiration = 86400 function_service_expiration = 86400
[database] [database]
connection=mysql://root:password@localhost:3306/qinling connection=mysql+pymysql://root:password@localhost:3306/qinling
[oslo_messaging_rabbit] [oslo_messaging_rabbit]
rabbit_password=password rabbit_password=password
@ -23,4 +23,4 @@ auth_enable = false
[kubernetes] [kubernetes]
kube_host = KUBERNETES_API_HOST:KUBERNETES_API_PORT kube_host = KUBERNETES_API_HOST:KUBERNETES_API_PORT
qinling_service_address = QINLING_API_ADDRESS qinling_service_address = QINLING_API_ADDRESS