Fix: Use lf-activate-venv to install openstack dep
[releng/global-jjb.git] / releasenotes / notes / fix-openstack-pre-reqs-014ed3db94365608.yaml
1 ---
2 issues:
3   - |
4     Error: openstack: command not found
5 fixes:
6   - |
7     Use lf-activate-venv to install openstack deps
8
9     Using python-tools-install.sh for the pre/post build is not recommended
10     approach for installing python dependencies since this installs the
11     dependencies with `--user` option (removed in I821a86ac3b54f284e8).
12
13     Instead use lf-activate-venv to setup an venv and pull in the required
14     dependencies and save the path of the virtualenv in a temp file that
15     can be checked before attempting to create a venv.