Merge "Ensure stackviz installs from tarball URL only"

This commit is contained in:
Zuul 2019-03-22 22:12:12 +00:00 committed by Gerrit Code Review
commit 59e0332ccb
1 changed files with 1 additions and 0 deletions

View File

@ -36,4 +36,5 @@
venv_install_destination_path: "{{ stackviz_venv_bin | dirname }}"
venv_pip_install_args: "--isolated"
venv_pip_packages: "{{ [ stackviz_tarball ] }}"
venv_wheel_build_enable: no
when: tempest_run_stackviz | bool