Update mysql connection in doc
Change-Id: I7e44f5bde6716af734aca1b7475715e4e3092612
This commit is contained in:
parent
b6422b30e3
commit
24ad643e13
@ -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',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user