This results in the APIs binding to 0.0.0.0
which is what other devstack services bind to anyway.
Change-Id: Ic229dbed02b224fe7c5e14f20998bb5d5987aa39
Closes-Bug: #1172991
| ... | ... |
@@ -110,15 +110,12 @@ function configure_heat() {
|
| 110 | 110 |
[[ "$HEAT_STANDALONE" = "True" ]] && iniset $HEAT_CONF paste_deploy flavor standalone |
| 111 | 111 |
|
| 112 | 112 |
# OpenStack API |
| 113 |
- iniset $HEAT_CONF heat_api bind_host $HEAT_API_HOST |
|
| 114 | 113 |
iniset $HEAT_CONF heat_api bind_port $HEAT_API_PORT |
| 115 | 114 |
|
| 116 | 115 |
# Cloudformation API |
| 117 |
- iniset $HEAT_CONF heat_api_cfn bind_host $HEAT_API_CFN_HOST |
|
| 118 | 116 |
iniset $HEAT_CONF heat_api_cfn bind_port $HEAT_API_CFN_PORT |
| 119 | 117 |
|
| 120 | 118 |
# Cloudwatch API |
| 121 |
- iniset $HEAT_CONF heat_api_cloudwatch bind_host $HEAT_API_CW_HOST |
|
| 122 | 119 |
iniset $HEAT_CONF heat_api_cloudwatch bind_port $HEAT_API_CW_PORT |
| 123 | 120 |
|
| 124 | 121 |
# heat environment |