Change-Id: I6a5d1bae99982a8f0201885abd1203e1a8d78dcc
| ... | ... |
@@ -255,6 +255,11 @@ function configure_tempest() {
|
| 255 | 255 |
iniset $TEMPEST_CONF boto http_socket_timeout 30 |
| 256 | 256 |
iniset $TEMPEST_CONF boto ssh_user ${DEFAULT_INSTANCE_USER:-cirros}
|
| 257 | 257 |
|
| 258 |
+ # orchestration |
|
| 259 |
+ if is_service_enabled heat; then |
|
| 260 |
+ iniset $TEMPEST_CONF orchestration heat_available "True" |
|
| 261 |
+ fi |
|
| 262 |
+ |
|
| 258 | 263 |
echo "Created tempest configuration file:" |
| 259 | 264 |
cat $TEMPEST_CONF |
| 260 | 265 |
|