diff --git a/HACKING.rst b/HACKING.rst index 1702586..62dc8b1 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -12,7 +12,7 @@ The list of bugs and blueprints is on Launchpad: We use OpenStack's Gerrit for the code contributions: -``__ +``__ and we follow the `OpenStack Gerrit Workflow `__. diff --git a/README.rst b/README.rst index b5c9c5b..789824c 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/devstack/local.conf.example b/devstack/local.conf.example index 83eec80..a960573 100644 --- a/devstack/local.conf.example +++ b/devstack/local.conf.example @@ -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 diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index 2db4d71..42d8833 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -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_) diff --git a/doc/source/index.rst b/doc/source/index.rst index b6c9b69..bf2b6dc 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst index a02630f..bfbdd77 100644 --- a/doc/source/install/installation.rst +++ b/doc/source/install/installation.rst @@ -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 diff --git a/tox.ini b/tox.ini index f9d6e87..4996e30 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =