0d1538156b
Synchronises the configuration with kayobe-config prior to creating a stable/ussuri branch. Depends-On: https://review.opendev.org/722326 Change-Id: I70cc73d13ff74e72ac82070337dc07e8047c7769
32 lines
964 B
YAML
32 lines
964 B
YAML
---
|
|
|
|
# Upper constraints file for installation of python packages.
|
|
# Default value is
|
|
# "https://releases.openstack.org/constraints/upper/{{ openstack_release }}"
|
|
#pip_upper_constraints_file:
|
|
|
|
# Use a local PyPi mirror for installing Pip packages
|
|
#pip_local_mirror: false
|
|
|
|
# Users for which the necessary configuration will be put in place in order to
|
|
# install PyPI packages from a mirror
|
|
# NB: The Kolla user will be automatically added to this list if the above is
|
|
# set to true
|
|
#pip_applicable_users:
|
|
# - "{{ kayobe_ansible_user }}"
|
|
# - root
|
|
|
|
# PyPI local package mirror URL
|
|
#pip_index_url: ""
|
|
|
|
# Optional: a list of 'trusted' hosts for which SSL verification will be
|
|
# disabled
|
|
#pip_trusted_hosts: []
|
|
|
|
# PyPI proxy URL (format: http(s)://[user:password@]proxy_name:port)
|
|
#pip_proxy: ""
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|