From 9243671b28d124c56e96762d7a19856999a6fc60 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 21 Apr 2019 13:02:49 +0000 Subject: [PATCH] Update links for opendev Change-Id: I12626fb24abe0cc65ba89f6021dbb055a372601f --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 419df4e..98bd4a1 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ possible and local caching of the fetched data. * Free software: Apache license * Documentation: https://docs.openstack.org/os-service-types/latest/ -* Source: http://git.openstack.org/cgit/openstack/os-service-types +* Source: https://opendev.org/openstack/os-service-types * Bugs: https://storyboard.openstack.org/#!/project/904 * Release notes: https://docs.openstack.org/releasenotes/os-service-types/ diff --git a/tox.ini b/tox.ini index c2954bd..42af584 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning 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}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run --slowest {posargs}