Merge "Update python dependencies in kolla-ansible virtualenv"

This commit is contained in:
Zuul 2018-09-28 14:46:26 +00:00 committed by Gerrit Code Review
commit bf732329ab
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
- name: Ensure required Python packages are installed
pip:
requirements: "{{ kolla_ansible_venv }}/requirements.txt"
state: present
state: latest
extra_args: "{% if kolla_upper_constraints_file %}-c {{ kolla_upper_constraints_file }}{% endif %}"
virtualenv: "{{ kolla_ansible_venv }}"