From 11d74a2f08c0c815e288d51b077f53428a40e973 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Tue, 4 Jun 2019 17:57:16 +0200 Subject: [PATCH] Small doc updates: canonical URLs, rally doc, etc - use the canonical URL on opendev.org for OpenStack projects whenever it is possible; - use a reference to cinder-specs instead of the code repository; - update few rally URLs, removing one which does not exist anymore; - update the repository URL of the datera driver. Change-Id: Ib14346026bd34f90aea588c35407e5e2af505866 --- contrib/block-box/README.md | 2 +- doc/source/admin/blockstorage-groups.rst | 2 +- .../block-storage/drivers/datera-volume-driver.rst | 4 ++-- doc/source/contributor/development.environment.rst | 2 +- doc/source/contributor/high_availability.rst | 2 +- doc/source/reference/support-matrix.rst | 2 +- rally-jobs/README.rst | 10 ++++------ 7 files changed, 11 insertions(+), 13 deletions(-) diff --git a/contrib/block-box/README.md b/contrib/block-box/README.md index a2518117fa0..6895955714e 100644 --- a/contrib/block-box/README.md +++ b/contrib/block-box/README.md @@ -44,7 +44,7 @@ regulary (although they will be in the future) so we require you to build images before running docker-compose up. For more information and options, check out the openstack/loci page -on [github](https://github.com/openstack/loci). +on [opendev.org](https://opendev.org/openstack/loci). **NOTE** The loci project is moving fairly quickly, and it may or may not continue to be a straight forward light weight method of building container diff --git a/doc/source/admin/blockstorage-groups.rst b/doc/source/admin/blockstorage-groups.rst index 21f762c3f1c..f5799ad49d3 100644 --- a/doc/source/admin/blockstorage-groups.rst +++ b/doc/source/admin/blockstorage-groups.rst @@ -34,7 +34,7 @@ to solve this problem. There is a plan to migrate existing consistency group operations to use generic volume group operations in future releases. More information can be -found in `Cinder specs `_. +found in `Cinder specs `_. .. note:: diff --git a/doc/source/configuration/block-storage/drivers/datera-volume-driver.rst b/doc/source/configuration/block-storage/drivers/datera-volume-driver.rst index eed5c075a78..3990fd8e936 100644 --- a/doc/source/configuration/block-storage/drivers/datera-volume-driver.rst +++ b/doc/source/configuration/block-storage/drivers/datera-volume-driver.rst @@ -19,8 +19,8 @@ Prerequisites ~~~~~~~~~~~~~ * Must be running compatible versions of OpenStack and Datera EDF. - Please visit `here `_ to determine the - correct version. + Please visit `here `_ to determine + the correct version. * All nodes must have access to Datera EDF through the iSCSI block protocol. diff --git a/doc/source/contributor/development.environment.rst b/doc/source/contributor/development.environment.rst index 903f2eafaee..cb70bca9fb0 100644 --- a/doc/source/contributor/development.environment.rst +++ b/doc/source/contributor/development.environment.rst @@ -105,7 +105,7 @@ Getting the code ---------------- Grab the code:: - git clone https://github.com/openstack/cinder.git + git clone https://opendev.org/openstack/cinder.git cd cinder diff --git a/doc/source/contributor/high_availability.rst b/doc/source/contributor/high_availability.rst index 2c524c8e924..bcf758d3c0c 100644 --- a/doc/source/contributor/high_availability.rst +++ b/doc/source/contributor/high_availability.rst @@ -1155,7 +1155,7 @@ another node's. .. _Cleanup spec: https://specs.openstack.org/openstack/cinder-specs/specs/newton/ha-aa-cleanup.html .. _synchronized method's documentation: https://docs.openstack.org/cinder/latest/contributor/api/cinder.coordination.html#module-cinder.coordination .. _Format Specification Mini-Language: https://docs.python.org/2.7/library/string.html#formatspec -.. _Tooz library: https://github.com/openstack/tooz +.. _Tooz library: https://opendev.org/openstack/tooz .. _replacing local locks with Tooz: https://specs.openstack.org/openstack/cinder-specs/specs/mitaka/ha-aa-tooz-locks.html .. _manager local locks: https://specs.openstack.org/openstack/cinder-specs/specs/newton/ha-aa-manager_locks.html .. _Active-Active replication spec: https://specs.openstack.org/openstack/cinder-specs/specs/ocata/ha-aa-replication.html diff --git a/doc/source/reference/support-matrix.rst b/doc/source/reference/support-matrix.rst index efe2179ac6f..78cd52ec419 100644 --- a/doc/source/reference/support-matrix.rst +++ b/doc/source/reference/support-matrix.rst @@ -19,7 +19,7 @@ Cinder Driver Support Matrix The following support matrix reflects the drivers that are currently available or are available in -`Cinder's driver tree `_ +`Cinder's driver tree `_ at the time of release. .. note:: diff --git a/rally-jobs/README.rst b/rally-jobs/README.rst index ffc325ca8b0..9deac8d3fb3 100644 --- a/rally-jobs/README.rst +++ b/rally-jobs/README.rst @@ -24,12 +24,10 @@ Structure Useful links ------------ -* More about Rally: https://rally.readthedocs.org/en/latest/ +* More about Rally: https://rally.readthedocs.io/en/latest/ -* Rally release notes: https://rally.readthedocs.org/en/latest/release_notes.html +* Rally release notes: https://rally.readthedocs.io/en/latest/project_info/release_notes/archive.html -* How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html +* How to add rally-gates: https://rally.readthedocs.io/en/latest/quick_start/gates.html -* About plugins: https://rally.readthedocs.org/en/latest/plugins.html - -* Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins +* About plugins: https://rally.readthedocs.io/en/latest/plugins/index.html