Replace git.openstack.org URLs with opendev.org URLs

Change-Id: Ib764e351a42de92b532f4c0b4ff51758bb47b6a2
This commit is contained in:
jacky06 2019-04-23 13:44:57 +08:00 committed by zhulingjie
parent 32a8799516
commit ffb71506aa
5 changed files with 6 additions and 6 deletions

@ -24,7 +24,7 @@ migration, increased energy efficiency and more!
* Free software: Apache license * Free software: Apache license
* Wiki: https://wiki.openstack.org/wiki/Watcher * 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 * Bugs: https://bugs.launchpad.net/watcher
Installation Installation

@ -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 Watcher CLI supports bash completion. The command-line tool can automatically
fill partially typed commands. To use this feature, source the below file fill partially typed commands. To use this feature, source the below file
(available at (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:: to your terminal and then bash completion should work::
$ . watcher.bash_completion $ . watcher.bash_completion

@ -47,8 +47,8 @@ Mailing list (prefix subjects with ``[watcher]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
Code Hosting Code Hosting
https://git.openstack.org/cgit/openstack/python-watcherclient https://opendev.org/openstack/python-watcherclient
Code Review 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

@ -5,6 +5,6 @@ Installation
If you have `virtualenvwrapper <https://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_ installed:: If you have `virtualenvwrapper <https://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_ installed::
$ mkvirtualenv python-watcherclient $ 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 $ cd python-watcherclient && python setup.py install
$ pip install -r ./requirements.txt $ pip install -r ./requirements.txt

@ -6,7 +6,7 @@ skipsdist = True
[testenv] [testenv]
usedevelop = True usedevelop = True
install_command = 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} pip install -U {opts} {packages}
setenv = setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}