From 72f026b60d350ede39e22e08b8f7f286fd0d2633 Mon Sep 17 00:00:00 2001 From: "Andrea Frittoli (andreaf)" Date: Wed, 25 Mar 2015 17:24:24 -0400 Subject: [PATCH] Always defines tempest_roles as Member Because tests might force the auth version to v3, we always need to have Member in the list of roles. Change-Id: I06fd043e1b31ae0e5e33f4dcf898fb58f2907267 --- lib/tempest | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/tempest b/lib/tempest index fcb0e59937..7535fa6596 100644 --- a/lib/tempest +++ b/lib/tempest @@ -315,9 +315,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