Replace git.openstack.org URLs with opendev.org URLs

Change-Id: Ibcb44125ea2752bbfc4e4b031e65c813958d4d3a
This commit is contained in:
caoyuan 2019-04-23 19:37:07 +08:00
parent 172e253225
commit ea8cfb083b
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ python_runtime '2' do
provider :system
# Workaround for https://github.com/poise/poise-python/issues/133
pip_version '18.0'
# Align with eg. OpenStack-Ansible (https://git.openstack.org/cgit/openstack/openstack-ansible/tree/global-requirement-pins.txt)
# Align with eg. OpenStack-Ansible (https://opendev.org/openstack/openstack-ansible/tree/global-requirement-pins.txt)
setuptools_version '40.0.0'
wheel_version '0.31.1'
end

View File

@ -23,7 +23,7 @@ case node['platform_family']
when 'debian'
python_runtime '3.5' do
provider :system
# Align with eg. OpenStack-Ansible (https://git.openstack.org/cgit/openstack/openstack-ansible/tree/global-requirement-pins.txt)
# Align with eg. OpenStack-Ansible (https://opendev.org/openstack/openstack-ansible/tree/global-requirement-pins.txt)
pip_version '18.0'
setuptools_version '40.0.0'
wheel_version '0.31.1'