diff --git a/install.sh b/install.sh index 40dfefae4c..ad638bfc47 100755 --- a/install.sh +++ b/install.sh @@ -73,8 +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 DEFAULT db_backend heat.db.sqlalchemy.api - iniset $target DEFAULT sql_connection "mysql://heat:heat@localhost/heat" + iniset $target database connection "mysql://heat:heat@localhost/heat" BRIDGE_IP=127.0.0.1 iniset $target DEFAULT heat_metadata_server_url "http://${BRIDGE_IP}:8000/"