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:
parent
16226ae6c7
commit
3e969179a2
@ -12,7 +12,7 @@ The list of bugs and blueprints is on Launchpad:
|
|||||||
|
|
||||||
We use OpenStack's Gerrit for the code contributions:
|
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>`__.
|
and we follow the `OpenStack Gerrit Workflow <https://docs.openstack.org/infra/manual/developers.html#development-workflow>`__.
|
||||||
|
|
||||||
|
@ -15,6 +15,6 @@ wide range of cloud optimization goals.
|
|||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: https://docs.openstack.org/watcher-dashboard/latest
|
* 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
|
* Bugs: https://bugs.launchpad.net/watcher-dashboard
|
||||||
* Release Notes: https://docs.openstack.org/releasenotes/watcher-dashboard
|
* Release Notes: https://docs.openstack.org/releasenotes/watcher-dashboard
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# settings file for watcher-dashboard plugin
|
# 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
|
||||||
|
@ -59,10 +59,10 @@ Wiki
|
|||||||
https://wiki.openstack.org/wiki/Watcher
|
https://wiki.openstack.org/wiki/Watcher
|
||||||
|
|
||||||
Code Hosting
|
Code Hosting
|
||||||
https://git.openstack.org/cgit/openstack/watcher-dashboard
|
https://opendev.org/openstack/watcher-dashboard
|
||||||
|
|
||||||
Code Review
|
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
|
IRC Channel
|
||||||
``#openstack-watcher`` (changelog_)
|
``#openstack-watcher`` (changelog_)
|
||||||
|
@ -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
|
on the latest code, and may not represent the state of the project at any
|
||||||
specific prior release.
|
specific prior release.
|
||||||
|
|
||||||
.. _watcher: https://git.openstack.org/cgit/openstack/watcher/
|
.. _watcher: https://opendev.org/openstack/watcher/
|
||||||
.. _python-watcherclient: https://git.openstack.org/cgit/openstack/python-watcherclient/
|
.. _python-watcherclient: https://opendev.org/openstack/python-watcherclient/
|
||||||
.. _watcher-dashboard: https://git.openstack.org/cgit/openstack/watcher-dashboard/
|
.. _watcher-dashboard: https://opendev.org/openstack/watcher-dashboard/
|
||||||
|
|
||||||
|
|
||||||
Install Guide
|
Install Guide
|
||||||
|
@ -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.
|
Then, you need to install Watcher Dashboard on the server running Horizon.
|
||||||
To do so, you can issue the following commands::
|
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
|
$ cd watcher-dashboard
|
||||||
$ pip install -e .
|
$ 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
|
Unit testing
|
||||||
@ -125,7 +125,7 @@ to customize your policies.
|
|||||||
Links
|
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
|
Watcher at github: https://github.com/openstack/watcher
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -14,7 +14,7 @@ whitelist_externals = /bin/bash
|
|||||||
rm
|
rm
|
||||||
find
|
find
|
||||||
deps =
|
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}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user