Wait conditions do not work without them.
Change-Id: I64ed75e4b84c73678af11182ac951cb1da561428
| ... | ... |
@@ -125,6 +125,9 @@ function configure_heat() {
|
| 125 | 125 |
iniset $HEAT_ENGINE_CONF DEFAULT use_syslog $SYSLOG |
| 126 | 126 |
iniset $HEAT_ENGINE_CONF DEFAULT bind_host $HEAT_ENGINE_HOST |
| 127 | 127 |
iniset $HEAT_ENGINE_CONF DEFAULT bind_port $HEAT_ENGINE_PORT |
| 128 |
+ iniset $HEAT_ENGINE_CONF DEFAULT heat_metadata_server_url http://$HEAT_API_CFN_HOST:$HEAT_API_CFN_PORT |
|
| 129 |
+ iniset $HEAT_ENGINE_CONF DEFAULT heat_waitcondition_server_url http://$HEAT_METADATA_HOST:$HEAT_METADATA_PORT |
|
| 130 |
+ iniset $HEAT_ENGINE_CONF DEFAULT heat_watch_server_url http://$HEAT_API_CW_HOST:$HEAT_API_CW_PORT |
|
| 128 | 131 |
local dburl |
| 129 | 132 |
database_connection_url dburl heat |
| 130 | 133 |
iniset $HEAT_ENGINE_CONF DEFAULT sql_connection $dburl |