From cc7a469fdb4edfb22f005ba33cee18231287c2d0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 21 Apr 2019 13:09:39 +0000 Subject: [PATCH] Update for opendev Change-Id: Ib29ca90f7268e4a31dab6e80d92ef4e0fa99f64e --- README.rst | 2 +- tox.ini | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 4592a3e..fede141 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ Source * Free software: Apache license * Documentation: http://docs.openstack.org/os-client-config/latest -* Source: http://git.openstack.org/cgit/openstack/os-client-config +* Source: http://opendev.org/openstack/os-client-config * Bugs: https://storyboard.openstack.org/#!/project/openstack/os-client-config * Release Notes https://docs.openstack.org/releasenotes/os-client-config diff --git a/tox.ini b/tox.ini index a00bd37..775f5ec 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ setenv = OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 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 = stestr run {posargs} @@ -27,7 +27,7 @@ basepython = python3 usedevelop = False skip_install = True 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} doc8 hacking pygments @@ -55,7 +55,7 @@ commands = basepython = python3 skip_install = True 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}/doc/requirements.txt commands = @@ -65,7 +65,7 @@ commands = basepython = python3 skip_install = True 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}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html