Merge "Always defines tempest_roles as Member"

This commit is contained in:
Jenkins 2015-03-26 04:23:37 +00:00 committed by Gerrit Code Review
commit 27ee05bb2c

View File

@ -311,9 +311,7 @@ function configure_tempest {
# Auth
iniset $TEMPEST_CONFIG auth allow_tenant_isolation ${TEMPEST_ALLOW_TENANT_ISOLATION:-True}
if [[ "$TEMPEST_AUTH_VERSION" == "v3" ]]; then
iniset $TEMPEST_CONFIG auth tempest_roles "Member"
fi
iniset $TEMPEST_CONFIG auth tempest_roles "Member"
# Compute
iniset $TEMPEST_CONFIG compute ssh_user ${DEFAULT_INSTANCE_USER:-cirros} # DEPRECATED