Merge "Fix stackwiz venv pip install args"
This commit is contained in:
2 changed files with 2 additions and 1 deletions
@@ -324,6 +324,7 @@ tempest_tempestconf_profile:
overrides:"{{ tempest_tempest_conf_overrides | default('omit') }}"
# Stackviz tarball url
stackviz_pip_install_args:"{{ pip_install_options | default('--isolated') }}"
stackviz_tarball:"https://tarballs.openstack.org/package-stackviz-element/stackviz-latest.tar.gz"
stackviz_venv_bin:"/openstack/venvs/stackviz/bin"
tempest_run_stackviz:true
@@ -38,7 +38,7 @@
name:"python_venv_build"
vars:
venv_install_destination_path:"{{ stackviz_venv_bin | dirname }}"
venv_pip_install_args:"--isolated"
venv_pip_install_args:"{{ stackviz_pip_install_args }}"
venv_pip_packages:"{{ [ stackviz_tarball ] }}"
venv_wheel_build_enable:no
when:tempest_run_stackviz | bool
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.