Skip to content

Commit 4fcb7b6

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Update account generator calls with correct password"
2 parents 4b186ba + 6cf412b commit 4fcb7b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/tempest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,9 +554,9 @@ function configure_tempest {
554554
iniset $TEMPEST_CONFIG auth tempest_roles "Member"
555555
if [[ $TEMPEST_USE_TEST_ACCOUNTS == "True" ]]; then
556556
if [[ $TEMPEST_HAS_ADMIN == "True" ]]; then
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
557+
tempest-account-generator -c $TEMPEST_CONFIG --os-username $admin_username --os-password "$password" --os-tenant-name $admin_tenant_name -r $TEMPEST_CONCURRENCY --with-admin etc/accounts.yaml
558558
else
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
559+
tempest-account-generator -c $TEMPEST_CONFIG --os-username $admin_username --os-password "$password" --os-tenant-name $admin_tenant_name -r $TEMPEST_CONCURRENCY etc/accounts.yaml
560560
fi
561561
iniset $TEMPEST_CONFIG auth use_dynamic_credentials False
562562
iniset $TEMPEST_CONFIG auth test_accounts_file "etc/accounts.yaml"

0 commit comments

Comments
 (0)