From 27f97ffced773a2aa8b8087302add718228835cc Mon Sep 17 00:00:00 2001 From: inspurericzhang Date: Fri, 24 May 2019 10:58:06 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I28410addd1ac64664e9498d550761c371fdcea09 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e52aa6a..1cfce09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.md author = TripleO Team author-email = jillr@redhat.com -home-page = https://git.openstack.org/cgit/openstack/ansible-role-tripleo-ceilometer +home-page = https://opendev.org/openstack/ansible-role-tripleo-ceilometer classifier = License :: OSI Approved :: Apache Software License Development Status :: 4 - Beta diff --git a/tox.ini b/tox.ini index 573dc25..38622dc 100644 --- a/tox.ini +++ b/tox.ini @@ -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