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 fb5393461f
3 changed files with 8 additions and 8 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://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
@ -17,11 +17,11 @@ classifier =
Programming Language :: Python
[files]
packages =
packages =
os_collect_config
[global]
setup-hooks =
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
@ -29,6 +29,6 @@ console_scripts =
os-collect-config = os_collect_config.collect:__main__
[egg_info]
tag_build =
tag_build =
tag_date = 0
tag_svn_revision = 0

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 =