From 4d6b0fa1c06e7f8f15a19e90d7d6d7b73b272b7a Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:44:34 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I9db86cdb44bf72c6aefe63df6dd35e2399844871 --- README.rst | 2 +- doc/source/installation.rst | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 049b193..d97cae1 100644 --- a/README.rst +++ b/README.rst @@ -27,4 +27,4 @@ It provides a Python API (the ``monascaclient`` module) and a command-line tool .. _PyPi: https://pypi.python.org/pypi/python-monascaclient .. _Online Documentation: https://docs.openstack.org/python-monascaclient/latest/ .. _Bugs: https://storyboard.openstack.org/#!/project/880 -.. _Source: https://git.openstack.org/cgit/openstack/python-monascaclient +.. _Source: https://opendev.org/openstack/python-monascaclient diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 46197d3..f17f960 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -14,7 +14,7 @@ Or, if you have virtualenvwrapper installed:: Or, you can build it manually:: $ mkvirtualenv python-monascaclient - $ git clone https://git.openstack.org/openstack/python-monascaclient + $ git clone https://opendev.org/openstack/python-monascaclient $ cd python-monascaclient $ pip install -r ./requirements.txt $ python setup.py install diff --git a/tox.ini b/tox.ini index 4cd5459..5d97fd5 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ passenv = *_proxy usedevelop = True install_command = pip install {opts} {packages} 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 whitelist_externals = bash