From 766ddffc5c769262bc92571edf2b924a99c40330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Piwowarski?= Date: Wed, 22 Mar 2023 09:13:36 +0100 Subject: [PATCH] Update venv path for account-generator Currently the "Generate tempest accounts.yaml file" task uses tempest that was installed as a dependency for python-tempestconf. If we want to propagate fixes for account-generator more quickly into the ansible-role-refstack-client it would probably be better to use tempest installed by setup_env (we do not have to wait for another tempest release in pypi). Change-Id: I2a3cdca3b2b26946d6e5f910527ad1c7ada9b202 --- tasks/generate-accounts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/generate-accounts.yaml b/tasks/generate-accounts.yaml index 648ce9c..3399a96 100644 --- a/tasks/generate-accounts.yaml +++ b/tasks/generate-accounts.yaml @@ -48,7 +48,7 @@ shell: | set -ex export PATH=$PATH:/usr/local/sbin:/usr/sbin - source .venv/bin/activate + source .tempest/.venv/bin/activate source {{ source_admin_credentials }} printenv tempest account-generator \