Update mysql connection in doc

Change-Id: I7e44f5bde6716af734aca1b7475715e4e3092612
This commit is contained in:
wangqi 2018-03-12 13:18:04 +00:00
parent b6422b30e3
commit 24ad643e13
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class { '::heat':
rabbit_userid => 'heat',
rabbit_password => 'an_even_bigger_secret',
rabbit_host => '127.0.0.1',
database_connection => 'mysql://heat:a_big_secret@127.0.0.1/heat?charset=utf8',
database_connection => 'mysql+pymysql://heat:a_big_secret@127.0.0.1/heat?charset=utf8',
identity_uri => 'http://127.0.0.1:35357/',
keystone_password => 'a_big_secret',
}