From 40dc1479b7bf24160f644feab9d2de7eb009a168 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:44:42 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I3edb08a8b6b4816a61600dd34c269efc88b0c225 --- README.rst | 4 ++-- tox.ini | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 260d7c5..d13bb84 100644 --- a/README.rst +++ b/README.rst @@ -24,14 +24,14 @@ https://docs.openstack.org/python-openstackclient/latest/ * Free software: Apache license * Documentation: https://docs.openstack.org/octavia/latest/ -* Source: http://git.openstack.org/cgit/openstack/python-octaviaclient +* Source: https://opendev.org/openstack/python-octaviaclient * Release notes: https://docs.openstack.org/releasenotes/python-octaviaclient/ * Bugs: https://storyboard.openstack.org/#!/project/911 Getting Started =============== -.. note:: This is an OpenStack Client plugin. The ``python-openstackclient`` +.. note:: This is an OpenStack Client plugin. The ``python-openstackclient`` project should be installed to use this plugin. Octavia client can be installed from PyPI using pip:: diff --git a/tox.ini b/tox.ini index e696453..a056192 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,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 commands = find . -type f -name "*.pyc" -delete @@ -47,7 +47,7 @@ commands = [testenv:docs] basepython = python3 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 = @@ -57,7 +57,7 @@ commands = [testenv:releasenotes] basepython = python3 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 =