Merge "Small doc updates: canonical URLs, rally doc, etc"

This commit is contained in:
Zuul 2019-06-06 23:11:08 +00:00 committed by Gerrit Code Review
commit f06c594d15
7 changed files with 11 additions and 13 deletions

View File

@ -44,7 +44,7 @@ regulary (although they will be in the future) so we require you
to build images before running docker-compose up. to build images before running docker-compose up.
For more information and options, check out the openstack/loci page 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 **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 continue to be a straight forward light weight method of building container

View File

@ -34,7 +34,7 @@ to solve this problem.
There is a plan to migrate existing consistency group operations to use There is a plan to migrate existing consistency group operations to use
generic volume group operations in future releases. More information can be generic volume group operations in future releases. More information can be
found in `Cinder specs <https://github.com/openstack/cinder-specs/blob/master/specs/newton/group-snapshots.rst>`_. found in `Cinder specs <https://specs.openstack.org/openstack/cinder-specs/specs/newton/group-snapshots.html>`_.
.. note:: .. note::

View File

@ -19,8 +19,8 @@ Prerequisites
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
* Must be running compatible versions of OpenStack and Datera EDF. * Must be running compatible versions of OpenStack and Datera EDF.
Please visit `here <https://github.com/Datera/cinder>`_ to determine the Please visit `here <https://github.com/datera/cinder-driver>`_ to determine
correct version. the correct version.
* All nodes must have access to Datera EDF through the iSCSI block protocol. * All nodes must have access to Datera EDF through the iSCSI block protocol.

View File

@ -105,7 +105,7 @@ Getting the code
---------------- ----------------
Grab the code:: Grab the code::
git clone https://github.com/openstack/cinder.git git clone https://opendev.org/openstack/cinder.git
cd cinder cd cinder

View File

@ -1155,7 +1155,7 @@ another node's.
.. _Cleanup spec: https://specs.openstack.org/openstack/cinder-specs/specs/newton/ha-aa-cleanup.html .. _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 .. _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 .. _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 .. _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 .. _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 .. _Active-Active replication spec: https://specs.openstack.org/openstack/cinder-specs/specs/ocata/ha-aa-replication.html

View File

@ -19,7 +19,7 @@ Cinder Driver Support Matrix
The following support matrix reflects the drivers that are currently The following support matrix reflects the drivers that are currently
available or are available in available or are available in
`Cinder's driver tree <https://github.com/openstack/cinder/tree/master/cinder/volume/drivers>`_ `Cinder's driver tree <https://opendev.org/openstack/cinder/src/branch/master/cinder/volume/drivers>`_
at the time of release. at the time of release.
.. note:: .. note::

View File

@ -24,12 +24,10 @@ Structure
Useful links 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 * About plugins: https://rally.readthedocs.io/en/latest/plugins/index.html
* Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins