From b592b29f923b4ea137d8efd4bb5f0a6dde356075 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 21 Nov 2012 14:20:12 +1300 Subject: [PATCH] Configure heat engine server URLs Wait conditions do not work without them. Change-Id: I64ed75e4b84c73678af11182ac951cb1da561428 --- lib/heat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/heat b/lib/heat index efdcfad33c..396c8a05f2 100644 --- a/lib/heat +++ b/lib/heat @@ -125,6 +125,9 @@ function configure_heat() { iniset $HEAT_ENGINE_CONF DEFAULT use_syslog $SYSLOG iniset $HEAT_ENGINE_CONF DEFAULT bind_host $HEAT_ENGINE_HOST iniset $HEAT_ENGINE_CONF DEFAULT bind_port $HEAT_ENGINE_PORT + iniset $HEAT_ENGINE_CONF DEFAULT heat_metadata_server_url http://$HEAT_API_CFN_HOST:$HEAT_API_CFN_PORT + iniset $HEAT_ENGINE_CONF DEFAULT heat_waitcondition_server_url http://$HEAT_METADATA_HOST:$HEAT_METADATA_PORT + iniset $HEAT_ENGINE_CONF DEFAULT heat_watch_server_url http://$HEAT_API_CW_HOST:$HEAT_API_CW_PORT local dburl database_connection_url dburl heat iniset $HEAT_ENGINE_CONF DEFAULT sql_connection $dburl