---
# 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_env['HOME'], 'tenks-venv']) }}"

# The URL of the upper constraints file to pass to pip when installing Python
# packages.
python_upper_constraints_url: >-
  https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt
