From 0acf95c101c8599f795eea82f1934fb972ce9180 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 18:28:04 +0200 Subject: [PATCH] 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 --- cinder/api/openstack/rest_api_version_history.rst | 4 ++-- .../block-storage/drivers/dell-emc-unity-driver.rst | 2 +- .../block-storage/drivers/dell-emc-vnx-driver.rst | 2 +- doc/source/index.rst | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cinder/api/openstack/rest_api_version_history.rst b/cinder/api/openstack/rest_api_version_history.rst index 32fc8c2c428..90ed4389b11 100644 --- a/cinder/api/openstack/rest_api_version_history.rst +++ b/cinder/api/openstack/rest_api_version_history.rst @@ -289,7 +289,7 @@ Add ``volumes`` field to group list/detail and group show. 3.27 (Maximum in Ocata) ----------------------- Added new attachment APIs. See the -`API reference `__ +`API reference `__ for details. 3.28 @@ -372,7 +372,7 @@ Support backup CRUD with metadata. 3.44 ---- Support attachment completion. See the -`API reference `__ +`API reference `__ for details. 3.45 diff --git a/doc/source/configuration/block-storage/drivers/dell-emc-unity-driver.rst b/doc/source/configuration/block-storage/drivers/dell-emc-unity-driver.rst index 7cfc4c240ec..2985c5e250f 100644 --- a/doc/source/configuration/block-storage/drivers/dell-emc-unity-driver.rst +++ b/doc/source/configuration/block-storage/drivers/dell-emc-unity-driver.rst @@ -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 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 Consistent group support ~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/configuration/block-storage/drivers/dell-emc-vnx-driver.rst b/doc/source/configuration/block-storage/drivers/dell-emc-vnx-driver.rst index f39cee18753..1d92fca1971 100644 --- a/doc/source/configuration/block-storage/drivers/dell-emc-vnx-driver.rst +++ b/doc/source/configuration/block-storage/drivers/dell-emc-vnx-driver.rst @@ -620,7 +620,7 @@ Force detach The user could use `os-force_detach` action to detach a volume from all its 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 diff --git a/doc/source/index.rst b/doc/source/index.rst index 5dc8d510a0a..f371a32af7c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 `python-cinderclient `_, or by directly using the -`REST API `_. +`REST API `_. 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 the API directly. -* `Cinder API `_ +* `Cinder API `_ * :doc:`Cinder microversion history ` For operators