From 24ad643e13088c9fcada7a317019285c1e226c8a Mon Sep 17 00:00:00 2001 From: wangqi Date: Mon, 12 Mar 2018 13:18:04 +0000 Subject: [PATCH] Update mysql connection in doc Change-Id: I7e44f5bde6716af734aca1b7475715e4e3092612 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd534aa..421fd577 100644 --- a/README.md +++ b/README.md @@ -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', }