Update the source link to the lastest one

Change-Id: I3f2f5894c9b35f7e9b4173f6e9c44332fe8020eb
This commit is contained in:
ShangXiao 2019-11-04 17:01:04 +08:00
parent b1e8d79a9f
commit 32046d423e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ pip_get_pip_options: ""
pip_source_install_options: ""
# The URL/path of a constraints file to use when installing the additional pip packages.
#pip_install_upper_constraints: "http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt"
#pip_install_upper_constraints: "https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt"
pip_install_distro_packages: "{{ pip_install_build_packages | ternary(pip_install_distro_build_packages, []) }}"
pip_install_remove_distro_packages: []