summaryrefslogtreecommitdiff
path: root/api-guide/source
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2019-07-22 18:08:40 +0200
committerAndreas Jaeger <aj@suse.com>2019-07-22 19:17:28 +0200
commitdbe6321537c7dbbba2fdf9972567cff30864ff3a (patch)
treebed774d4eb60ad5939aec3d4e88520d71f920f3d /api-guide/source
parent063ef486e93bbef1628aa722b96bbd86290361cd (diff)
downloadnova-dbe6321537c7dbbba2fdf9972567cff30864ff3a.tar.gz
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 Neutron publishes to api-ref/network, not networking anymore. 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: Id2cf3aa252df6db46575b5988e4937ecfc6792bb
Diffstat (limited to 'api-guide/source')
-rw-r--r--api-guide/source/faults.rst2
-rw-r--r--api-guide/source/index.rst2
-rw-r--r--api-guide/source/limits.rst4
-rw-r--r--api-guide/source/server_concepts.rst4
-rw-r--r--api-guide/source/versions.rst2
5 files changed, 7 insertions, 7 deletions
diff --git a/api-guide/source/faults.rst b/api-guide/source/faults.rst
index 1ab13ced63..9ff82f8729 100644
--- a/api-guide/source/faults.rst
+++ b/api-guide/source/faults.rst
@@ -71,7 +71,7 @@ There is an API for end users to list the outcome of Server Actions,
referencing the requested action by request id.
For more details, please see:
-https://developer.openstack.org/api-ref/compute/#servers-run-an-action-servers-action
+https://docs.openstack.org/api-ref/compute/#servers-run-an-action-servers-action
Logs
----
diff --git a/api-guide/source/index.rst b/api-guide/source/index.rst
index a0ee4eb55b..7d82f7b5ec 100644
--- a/api-guide/source/index.rst
+++ b/api-guide/source/index.rst
@@ -24,7 +24,7 @@ compute resources might be Virtual Machines, Physical Machines or Containers.
This guide covers the concepts in the OpenStack Compute API.
For a full reference listing, please see:
-`Compute API Reference <https://developer.openstack.org/api-ref/compute/#compute-api>`__.
+`Compute API Reference <https://docs.openstack.org/api-ref/compute/#compute-api>`__.
We welcome feedback, comments, and bug reports at
`bugs.launchpad.net/nova <https://bugs.launchpad.net/nova>`__.
diff --git a/api-guide/source/limits.rst b/api-guide/source/limits.rst
index c2ed0af859..a2f6b49edb 100644
--- a/api-guide/source/limits.rst
+++ b/api-guide/source/limits.rst
@@ -9,7 +9,7 @@ operators and may differ from one deployment of the OpenStack Compute service
to another. Please contact your provider to determine the limits that
apply to your account. Your provider may be able to adjust your
account's limits if they are too low. Also see the API Reference for
-`Limits <https://developer.openstack.org/api-ref/compute/#limits-limits>`__.
+`Limits <https://docs.openstack.org/api-ref/compute/#limits-limits>`__.
Absolute limits
~~~~~~~~~~~~~~~
@@ -49,4 +49,4 @@ Determine limits programmatically
Applications can programmatically determine current account limits. For
information, see
-`Limits <https://developer.openstack.org/api-ref/compute/#limits-limits>`__.
+`Limits <https://docs.openstack.org/api-ref/compute/#limits-limits>`__.
diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst
index c71fbd9d2c..f96614011b 100644
--- a/api-guide/source/server_concepts.rst
+++ b/api-guide/source/server_concepts.rst
@@ -708,7 +708,7 @@ For more information, refer to `Block Device Mapping
For the full list of ``block_device_mapping_v2`` parameters available when
creating a server, see the `API reference
-<https://developer.openstack.org/api-ref/compute/?expanded=create-server-detail#create-server>`_.
+<https://docs.openstack.org/api-ref/compute/?expanded=create-server-detail#create-server>`_.
**Example for block_device_mapping_v2**
@@ -767,7 +767,7 @@ For more information on how scheduler hints are different from flavor extra
specs, refer to `this document`_.
.. _cloud's configuration: https://docs.openstack.org/nova/latest/admin/configuration/schedulers.html
-.. _the create-server-detail Request section: https://developer.openstack.org/api-ref/compute/?expanded=create-server-detail#create-server
+.. _the create-server-detail Request section: https://docs.openstack.org/api-ref/compute/?expanded=create-server-detail#create-server
.. _this document: https://docs.openstack.org/nova/latest/reference/scheduler-hints-vs-flavor-extra-specs.html#scheduler-hints
Server Consoles
diff --git a/api-guide/source/versions.rst b/api-guide/source/versions.rst
index fdb1ffe217..4019899e81 100644
--- a/api-guide/source/versions.rst
+++ b/api-guide/source/versions.rst
@@ -105,7 +105,7 @@ server might respond with a 302 redirection request.
For examples of the list versions and get version details requests and
responses, see `API versions
-<https://developer.openstack.org/api-ref/compute/#api-versions>`__.
+<https://docs.openstack.org/api-ref/compute/#api-versions>`__.
The detailed version response contains pointers to both a human-readable
and a machine-processable description of the API service.