Merge pull request #132 from markgoddard/kolla-venv-u-c

Support upper constraints for kolla target virtual environment
This commit is contained in:
Mark Goddard 2018-02-26 17:06:22 +00:00 committed by GitHub
commit 602fe18dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@
name: docker
state: latest
virtualenv: "{{ kolla_ansible_target_venv }}"
extra_args: "{% if kolla_upper_constraints_file %}-c {{ kolla_upper_constraints_file }}{% endif %}"
become: True
- name: Ensure kolla-ansible virtualenv has correct ownership