From ff664572bf5cc9bcc0e80f96c0e0b262afc8233a Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 24 Apr 2019 14:02:27 +0800 Subject: [PATCH] update git.openstack.org to opendev Change-Id: I04291996b91b1d781de89926d7e4489f5c0bac42 --- README.rst | 2 +- doc/source/index.rst | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e549dc23..334b92e4 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ plugin mechanism. * Free software: under the `Apache license `_ * Documentation: https://docs.openstack.org/qinling/latest/ -* Source: http://git.openstack.org/cgit/openstack/qinling +* Source: https://opendev.org/openstack/qinling * Features: https://storyboard.openstack.org/#!/project/927 * Bug Track: https://storyboard.openstack.org/#!/project/927 * Release notes: https://docs.openstack.org/releasenotes/qinling/ diff --git a/doc/source/index.rst b/doc/source/index.rst index 02a31b98..b1ecf14f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -29,7 +29,7 @@ OpenStack services or call it directly from any web or mobile app. * Free software: Apache license * Documentation: https://docs.openstack.org/qinling/latest/ -* Source: http://git.openstack.org/cgit/openstack/qinling +* Source: https://opendev.org/openstack/qinling * Features: https://storyboard.openstack.org/#!/project/927 * Bug Track: https://storyboard.openstack.org/#!/project/927 * IRC channel on Freenode: #openstack-qinling diff --git a/tox.ini b/tox.ini index bf115289..4e3f3109 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = 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} PYTHONWARNINGS=default::DeprecationWarning