diff --git a/README.rst b/README.rst index d1337de..863d4f7 100644 --- a/README.rst +++ b/README.rst @@ -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:: diff --git a/setup.cfg b/setup.cfg index 3509719..56a2c8a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/tox.ini b/tox.ini index 5ff5da1..e61e39a 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =