From ffb71506aa13b95cc2d37d3abc5fb101c9792ea1 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:44:57 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Ib764e351a42de92b532f4c0b4ff51758bb47b6a2 --- README.rst | 2 +- doc/source/cli/watcher.rst | 2 +- doc/source/contributing.rst | 4 ++-- doc/source/installation.rst | 2 +- tox.ini | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index d8ba338..741ab0e 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ migration, increased energy efficiency and more! * Free software: Apache license * Wiki: https://wiki.openstack.org/wiki/Watcher -* Source: https://git.openstack.org/cgit/openstack/python-watcher +* Source: https://opendev.org/openstack/python-watcherclient * Bugs: https://bugs.launchpad.net/watcher Installation diff --git a/doc/source/cli/watcher.rst b/doc/source/cli/watcher.rst index 006c1f7..c16066f 100644 --- a/doc/source/cli/watcher.rst +++ b/doc/source/cli/watcher.rst @@ -52,7 +52,7 @@ environment variable. (It defaults to the first in the list returned.) Watcher CLI supports bash completion. The command-line tool can automatically fill partially typed commands. To use this feature, source the below file (available at -https://git.openstack.org/cgit/openstack/python-watcherclient/tree/tools/watcher.bash_completion) +https://opendev.org/openstack/python-watcherclient/src/branch/master/tools/watcher.bash_completion) to your terminal and then bash completion should work:: $ . watcher.bash_completion diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index b5a7207..b8b62db 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -47,8 +47,8 @@ Mailing list (prefix subjects with ``[watcher]`` for faster responses) http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss Code Hosting - https://git.openstack.org/cgit/openstack/python-watcherclient + https://opendev.org/openstack/python-watcherclient Code Review - https://review.openstack.org/#/q/status:open+project:openstack/python-watcherclient,n,z + https://review.opendev.org/#/q/status:open+project:openstack/python-watcherclient,n,z diff --git a/doc/source/installation.rst b/doc/source/installation.rst index a8f125f..5b29553 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -5,6 +5,6 @@ Installation If you have `virtualenvwrapper `_ installed:: $ mkvirtualenv python-watcherclient - $ git clone https://git.openstack.org/openstack/python-watcherclient + $ git clone https://opendev.org/openstack/python-watcherclient $ cd python-watcherclient && python setup.py install $ pip install -r ./requirements.txt diff --git a/tox.ini b/tox.ini index a010dad..b47dba7 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [testenv] usedevelop = True install_command = - constraints: pip install -U --force-reinstall -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} + constraints: pip install -U --force-reinstall -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir}