Update api-ref location

The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.

Note that redirects will be set up as well but let's point now to the
new location.

For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html

Change-Id: Id935a52232bc1ed22b457fc1227dcc4e8ec2babf
This commit is contained in:
Andreas Jaeger 2019-07-22 18:28:04 +02:00
parent faaecf8c32
commit 0acf95c101
4 changed files with 6 additions and 6 deletions

View File

@ -289,7 +289,7 @@ Add ``volumes`` field to group list/detail and group show.
3.27 (Maximum in Ocata) 3.27 (Maximum in Ocata)
----------------------- -----------------------
Added new attachment APIs. See the Added new attachment APIs. See the
`API reference <https://developer.openstack.org/api-ref/block-storage/v3/index.html#attachments>`__ `API reference <https://docs.openstack.org/api-ref/block-storage/v3/index.html#attachments>`__
for details. for details.
3.28 3.28
@ -372,7 +372,7 @@ Support backup CRUD with metadata.
3.44 3.44
---- ----
Support attachment completion. See the Support attachment completion. See the
`API reference <https://developer.openstack.org/api-ref/block-storage/v3/index.html#complete-attachment>`__ `API reference <https://docs.openstack.org/api-ref/block-storage/v3/index.html#complete-attachment>`__
for details. for details.
3.45 3.45

View File

@ -389,7 +389,7 @@ Force detach volume from all hosts
The user could use `os-force_detach` action to detach a volume from all its The user could use `os-force_detach` action to detach a volume from all its
attached hosts. attached hosts.
For more detail, please refer to For more detail, please refer to
https://developer.openstack.org/api-ref/block-storage/v2/?expanded=force-detach-volume-detail#force-detach-volume https://docs.openstack.org/api-ref/block-storage/v2/?expanded=force-detach-volume-detail#force-detach-volume
Consistent group support Consistent group support
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -620,7 +620,7 @@ Force detach
The user could use `os-force_detach` action to detach a volume from all its The user could use `os-force_detach` action to detach a volume from all its
attached hosts. For more detail, please refer to attached hosts. For more detail, please refer to
https://developer.openstack.org/api-ref/block-storage/v2/?expanded=force-detach-volume-detail#force-detach-volume https://docs.openstack.org/api-ref/block-storage/v2/?expanded=force-detach-volume-detail#force-detach-volume
Advanced features Advanced features

View File

@ -43,7 +43,7 @@ As an end user of Cinder, you'll use Cinder to create and manage volumes using
the Horizon user interface, command line tools such as the the Horizon user interface, command line tools such as the
`python-cinderclient <https://docs.openstack.org/python-cinderclient/latest/>`_, `python-cinderclient <https://docs.openstack.org/python-cinderclient/latest/>`_,
or by directly using the or by directly using the
`REST API <https://developer.openstack.org/api-ref/block-storage/>`_. `REST API <https://docs.openstack.org/api-ref/block-storage/>`_.
Tools for using Cinder Tools for using Cinder
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
@ -67,7 +67,7 @@ more complicated logic or automation with Cinder. This can be consumed directly
or via various SDKs. The following resources can help you get started consuming or via various SDKs. The following resources can help you get started consuming
the API directly. the API directly.
* `Cinder API <https://developer.openstack.org/api-ref/block-storage/>`_ * `Cinder API <https://docs.openstack.org/api-ref/block-storage/>`_
* :doc:`Cinder microversion history </contributor/api_microversion_history>` * :doc:`Cinder microversion history </contributor/api_microversion_history>`
For operators For operators