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

Change-Id: I0ac8c9840e44af61388762cb7b5075f00cb2377a
This commit is contained in:
melissaml 2019-05-10 19:06:31 +08:00
parent e5d28233b7
commit b5debeead3
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = TripleO Team
author-email = openstack-dev@lists.openstack.org
home-page = https://git.openstack.org/cgit/openstack/ansible-role-openstack-operations
home-page = https://opendev.org/openstack/ansible-role-openstack-operations
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta

View File

@ -5,7 +5,7 @@ skipdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = bash