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
This commit is contained in:
parent
e713ee2720
commit
766ddffc5c
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user