Merge "Update mysql connection in doc"

This commit is contained in:
Zuul 2018-03-19 23:38:20 +00:00 committed by Gerrit Code Review
commit 8d60030309

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',
}