Browse code

Merge "Fix trueorfalse call in tempest use accounts check"

Jenkins authored on 2015/08/25 18:50:32
Showing 1 changed files
... ...
@@ -89,7 +89,7 @@ TEMPEST_HAS_ADMIN=$(trueorfalse True TEMPEST_HAS_ADMIN)
89 89
 
90 90
 # Credential provider configuration option variables
91 91
 TEMPEST_ALLOW_TENANT_ISOLATION=${TEMPEST_ALLOW_TENANT_ISOLATION:-$TEMPEST_HAS_ADMIN}
92
-TEMPEST_USE_TEST_ACCOUNTS=$(trueorfalse False $TEMPEST_USE_TEST_ACCOUNTS)
92
+TEMPEST_USE_TEST_ACCOUNTS=$(trueorfalse False TEMPEST_USE_TEST_ACCOUNTS)
93 93
 
94 94
 # The number of workers tempest is expected to be run with. This is used for
95 95
 # generating a accounts.yaml for running with test-accounts. This is also the