|
...
|
...
|
@@ -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
|