Merge "Enable tenant isolation to tempest for neutron"
This commit is contained in:
commit
4c2870b64a
@ -230,11 +230,6 @@ function configure_tempest() {
|
|||||||
|
|
||||||
# Compute
|
# Compute
|
||||||
iniset $TEMPEST_CONF compute change_password_available False
|
iniset $TEMPEST_CONF compute change_password_available False
|
||||||
# Note(nati) current tempest don't create network for each tenant
|
|
||||||
# so reuse same tenant for now
|
|
||||||
if is_service_enabled neutron; then
|
|
||||||
TEMPEST_ALLOW_TENANT_ISOLATION=${TEMPEST_ALLOW_TENANT_ISOLATION:-False}
|
|
||||||
fi
|
|
||||||
iniset $TEMPEST_CONF compute allow_tenant_isolation ${TEMPEST_ALLOW_TENANT_ISOLATION:-True}
|
iniset $TEMPEST_CONF compute allow_tenant_isolation ${TEMPEST_ALLOW_TENANT_ISOLATION:-True}
|
||||||
iniset $TEMPEST_CONF compute ssh_user ${DEFAULT_INSTANCE_USER:-cirros} # DEPRECATED
|
iniset $TEMPEST_CONF compute ssh_user ${DEFAULT_INSTANCE_USER:-cirros} # DEPRECATED
|
||||||
iniset $TEMPEST_CONF compute network_for_ssh $PRIVATE_NETWORK_NAME
|
iniset $TEMPEST_CONF compute network_for_ssh $PRIVATE_NETWORK_NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user