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

Thorough replacement of git.openstack.org URLs with their opendev.org counterparts.

Change-Id: Id8f56526b61f3ea85835c73666f97e0e4e7e2ffe
This commit is contained in:
zhulingjie 2019-04-23 14:41:37 +08:00
parent 16226ae6c7
commit 3e969179a2
7 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@ The list of bugs and blueprints is on Launchpad:
We use OpenStack's Gerrit for the code contributions:
`<https://review.openstack.org/#/q/status:open+project:openstack/watcher-dashboard,n,z>`__
`<https://review.opendev.org/#/q/status:open+project:openstack/watcher-dashboard,n,z>`__
and we follow the `OpenStack Gerrit Workflow <https://docs.openstack.org/infra/manual/developers.html#development-workflow>`__.

View File

@ -15,6 +15,6 @@ wide range of cloud optimization goals.
* Free software: Apache license
* Documentation: https://docs.openstack.org/watcher-dashboard/latest
* Source: https://git.openstack.org/cgit/openstack/watcher-dashboard
* Source: https://opendev.org/openstack/watcher-dashboard
* Bugs: https://bugs.launchpad.net/watcher-dashboard
* Release Notes: https://docs.openstack.org/releasenotes/watcher-dashboard

View File

@ -1,2 +1,2 @@
# settings file for watcher-dashboard plugin
enable_plugin watcher-dashboard https://git.openstack.org/openstack/watcher-dashboard
enable_plugin watcher-dashboard https://opendev.org/openstack/watcher-dashboard

View File

@ -59,10 +59,10 @@ Wiki
https://wiki.openstack.org/wiki/Watcher
Code Hosting
https://git.openstack.org/cgit/openstack/watcher-dashboard
https://opendev.org/openstack/watcher-dashboard
Code Review
https://review.openstack.org/#/q/status:open+project:openstack/watcher-dashboard,n,z
https://review.opendev.org/#/q/status:open+project:openstack/watcher-dashboard,n,z
IRC Channel
``#openstack-watcher`` (changelog_)

View File

@ -28,9 +28,9 @@ The documentation provided here is continually kept up-to-date based
on the latest code, and may not represent the state of the project at any
specific prior release.
.. _watcher: https://git.openstack.org/cgit/openstack/watcher/
.. _python-watcherclient: https://git.openstack.org/cgit/openstack/python-watcherclient/
.. _watcher-dashboard: https://git.openstack.org/cgit/openstack/watcher-dashboard/
.. _watcher: https://opendev.org/openstack/watcher/
.. _python-watcherclient: https://opendev.org/openstack/python-watcherclient/
.. _watcher-dashboard: https://opendev.org/openstack/watcher-dashboard/
Install Guide

View File

@ -15,7 +15,7 @@ If you want more details on how to install Horizon, you can have a look at the
Then, you need to install Watcher Dashboard on the server running Horizon.
To do so, you can issue the following commands::
$ git clone https://git.openstack.org/openstack/watcher-dashboard
$ git clone https://opendev.org/openstack/watcher-dashboard
$ cd watcher-dashboard
$ pip install -e .
@ -50,7 +50,7 @@ Add the following to your DevStack ``local.conf`` file
::
enable_plugin watcher-dashboard https://git.openstack.org/openstack/watcher-dashboard
enable_plugin watcher-dashboard https://opendev.org/openstack/watcher-dashboard
Unit testing
@ -125,7 +125,7 @@ to customize your policies.
Links
-----
Watcher project: https://git.openstack.org/cgit/openstack/watcher/
Watcher project: https://opendev.org/openstack/watcher/
Watcher at github: https://github.com/openstack/watcher

View File

@ -14,7 +14,7 @@ whitelist_externals = /bin/bash
rm
find
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}/test-requirements.txt
commands =