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

Change-Id: I4e23b8ae531bf103a945e0e14610cde0c354a4ab
This commit is contained in:
caoyuan 2019-04-23 19:39:24 +08:00
parent 4e27ed59f3
commit edc2a6912d
3 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ Quick Start
Install::
sudo pip install -U git+https://git.openstack.org/openstack/os-collect-config.git
sudo pip install -U git+https://https://opendev.org/openstack/os-collect-config.git
Run it on an OpenStack instance with access to ec2 metadata::

View File

@ -3,10 +3,10 @@ name = os-collect-config
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Collect and cache metadata, run hooks on changes.
description-file =
description-file =
README.rst
home-page = http://git.openstack.org/cgit/openstack/os-collect-config
classifier =
home-page = https://opendev.org/openstack/os-collect-config
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: OpenStack

View File

@ -7,7 +7,7 @@ envlist = py35,py37,py27,pep8
usedevelop = True
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =