Removed the setting completely so that this is
left under control of tempest.conf.sample
Fixes LP# 1130750
Change-Id: I710f1c111e66834f4bc7020cad82c04bf495441c
| ... | ... |
@@ -212,8 +212,6 @@ function configure_tempest() {
|
| 212 | 212 |
TEMPEST_ALLOW_TENANT_ISOLATION=${TEMPEST_ALLOW_TENANT_ISOLATION:-False}
|
| 213 | 213 |
fi |
| 214 | 214 |
iniset $TEMPEST_CONF compute allow_tenant_isolation ${TEMPEST_ALLOW_TENANT_ISOLATION:-True}
|
| 215 |
- #Skip until #1074039 is fixed |
|
| 216 |
- iniset $TEMPEST_CONF compute run_ssh False |
|
| 217 | 215 |
iniset $TEMPEST_CONF compute ssh_user ${DEFAULT_INSTANCE_USER:-cirros} # DEPRECATED
|
| 218 | 216 |
iniset $TEMPEST_CONF compute network_for_ssh $PRIVATE_NETWORK_NAME |
| 219 | 217 |
iniset $TEMPEST_CONF compute ip_version_for_ssh 4 |