|
...
|
...
|
@@ -555,7 +555,7 @@ function configure_tempest {
|
|
555
|
555
|
if [[ $TEMPEST_USE_TEST_ACCOUNTS == "True" ]]; then
|
|
556
|
556
|
if [[ $TEMPEST_HAS_ADMIN == "True" ]]; then
|
|
557
|
557
|
tempest-account-generator -c $TEMPEST_CONFIG --os-username $ADMIN_USERNAME --os-password $ADMIN_PASSWORD --os-tenant-name $ADMIN_TENANT_NAME -r $TEMPEST_CONCURRENCY --with-admin etc/accounts.yaml
|
|
558
|
|
- else:
|
|
|
558
|
+ else
|
|
559
|
559
|
tempest-account-generator -c $TEMPEST_CONFIG --os-username $ADMIN_USERNAME --os-password $ADMIN_PASSWORD --os-tenant-name $ADMIN_TENANT_NAME -r $TEMPEST_CONCURRENCY etc/accounts.yaml
|
|
560
|
560
|
fi
|
|
561
|
561
|
iniset $TEMPEST_CONFIG auth allow_tenant_isolation False
|