3a64cdc911
Change-Id: I7f6fa2ea66a092f07605b593154cb89d8d31c0c2
11 lines
509 B
Plaintext
11 lines
509 B
Plaintext
---
|
|
# Path to virtualenv used to install Python requirements. If a virtualenv does
|
|
# not exist at this location, one will be created.
|
|
virtualenv_path: "{{ '/'.join([ansible_facts.env['HOME'], 'tenks-venv']) }}"
|
|
|
|
# The URL of the upper constraints file to pass to pip when installing Python
|
|
# packages.
|
|
# NOTE: Python 3.6 support dropped in Zed.
|
|
python_upper_constraints_url: >-
|
|
https://releases.openstack.org/constraints/upper/{% if ansible_facts.python.version.minor <= 6 %}yoga{% else %}master{% endif %}
|