summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-06-22 10:32:35 +0000
committerGerrit Code Review <review@openstack.org>2015-06-22 10:32:35 +0000
commitf99df4fc8779fe6903eb646bf40e0acfd6ed657f (patch)
tree084093d8ae830d827b582e0ce932c5030954f3d4 /install.sh
parentaa2805bcc724b3d113ff7dfa70b1b57ee257649f (diff)
parentf6e34c9017f77c70d6cf0db73a6d5032f582ba2d (diff)
downloadheat-f99df4fc8779fe6903eb646bf40e0acfd6ed657f.tar.gz
Merge "Switch from MySQL-python to PyMySQL"
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 10e90f1de..64035a7ef 100755
--- a/install.sh
+++ b/install.sh
@@ -73,7 +73,7 @@ basic_configuration() {
if echo $conf_path | grep ".conf$" >/dev/null 2>&1
then
iniset $target DEFAULT auth_encryption_key `hexdump -n 16 -v -e '/1 "%02x"' /dev/random`
- iniset $target database connection "mysql://heat:heat@localhost/heat"
+ iniset $target database connection "mysql+pymysql://heat:heat@localhost/heat"
BRIDGE_IP=127.0.0.1
iniset $target DEFAULT heat_metadata_server_url "http://${BRIDGE_IP}:8000/"