From a6f9b1551baf5f680c05f4fa69ac926f8a0a3f81 Mon Sep 17 00:00:00 2001 From: zhulingjie <easyzlj@gmail.com> Date: Sun, 28 Apr 2019 14:11:58 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I76c2e6651b6b9e4f22470aaf820d98f2e2459e38 Closes-Bug: #1825929 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3227c3c7e..221763f26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = TripleO Team author-email = jillr@redhat.com -home-page = https://git.openstack.org/cgit/openstack/tripleo-ansible +home-page = https://opendev.org/openstack/tripleo-ansible classifier = License :: OSI Approved :: Apache Software License Development Status :: 4 - Beta diff --git a/tox.ini b/tox.ini index b9678620f..939844bc4 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