This commit re-enables tenant isolation in tempest for neutron. This
is a requirement for running tempest in parallel. This commit depends
on tempest change I7587c85017cca09f7a67eae0670f67b2bceacb60
Fixes bug 1216076
Change-Id: I63a30bacd48cecd110fb90e1fc718249c2b1904b
| ... | ... |
@@ -230,11 +230,6 @@ function configure_tempest() {
|
| 230 | 230 |
|
| 231 | 231 |
# Compute |
| 232 | 232 |
iniset $TEMPEST_CONF compute change_password_available False |
| 233 |
- # Note(nati) current tempest don't create network for each tenant |
|
| 234 |
- # so reuse same tenant for now |
|
| 235 |
- if is_service_enabled neutron; then |
|
| 236 |
- TEMPEST_ALLOW_TENANT_ISOLATION=${TEMPEST_ALLOW_TENANT_ISOLATION:-False}
|
|
| 237 |
- fi |
|
| 238 | 233 |
iniset $TEMPEST_CONF compute allow_tenant_isolation ${TEMPEST_ALLOW_TENANT_ISOLATION:-True}
|
| 239 | 234 |
iniset $TEMPEST_CONF compute ssh_user ${DEFAULT_INSTANCE_USER:-cirros} # DEPRECATED
|
| 240 | 235 |
iniset $TEMPEST_CONF compute network_for_ssh $PRIVATE_NETWORK_NAME |