Merge "Fix installation of python-openstack module when using venv"

This commit is contained in:
Zuul 2018-07-09 13:38:50 +00:00 committed by Gerrit Code Review
commit 75a0fbe570
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,15 @@
- skip_install is not defined
- enable_venv | bool == true
- name: "Install python-openstackclient in venv if using"
include: pip_install.yml
package=python-openstackclient
virtualenv=bifrost_venv_dir
extra_args="-c {{ upper_constraints_file }}"
when:
- skip_install is not defined
- enable_venv | bool == true
- name: "Install configparser if not using a venv"
include: pip_install.yml
package=configparser