summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorchenxing <chason.chan@foxmail.com>2019-12-23 10:23:52 +0800
committerchenxing <chason.chan@foxmail.com>2019-12-24 09:31:38 +0800
commit2a9766195deea8bcb86fbd68612872009d64e674 (patch)
treec4a205e69d2a813c36683ee1b928508f76fc5575 /api-ref
parentf8ac4007628e60f35236c127f3de35d3b9ea0346 (diff)
downloadnova-2a9766195deea8bcb86fbd68612872009d64e674.tar.gz
[api-ref] Fix the incorrect link
This page[1] doesn't talk about paging or servers_links. The API reference description should link here[2] for talking about paging. [1]https://docs.openstack.org/api-guide/compute/links_and_references.html [2]https://docs.openstack.org/api-guide/compute/paginated_collections.html Change-Id: I4831d5c2b9598e37346f1e65135b11446b2458eb Closes-Bug: #1856241
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index d21c3caf00..6d78d489f8 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -4033,8 +4033,8 @@ instance_actions_next_links:
description: |
Links pertaining to the instance action.
This parameter is returned when paging and more data is available.
- See `API Guide / Links and References
- <https://docs.openstack.org/api-guide/compute/links_and_references.html>`_
+ See `Paginated collections
+ <https://docs.openstack.org/api-guide/compute/paginated_collections.html>`__
for more info.
in: body
required: false
@@ -4731,8 +4731,8 @@ migration_links_2_23:
Links to the migration.
This parameter is returned if the migration type is ``live-migration`` and
the migration status is one of ``queued``, ``preparing``, ``running``
- and ``post-migrating``. See `API Guide / Links and References
- <https://docs.openstack.org/api-guide/compute/links_and_references.html>`_
+ and ``post-migrating``. See `Paginated collections
+ <https://docs.openstack.org/api-guide/compute/paginated_collections.html>`__
for more info.
in: body
required: false
@@ -4754,8 +4754,8 @@ migration_next_links_2_59:
description: |
Links pertaining to the migration.
This parameter is returned when paging and more data is available.
- See `API Guide / Links and References
- <https://docs.openstack.org/api-guide/compute/links_and_references.html>`_
+ See `Paginated collections
+ <https://docs.openstack.org/api-guide/compute/paginated_collections.html>`__
for more info.
in: body
required: false
@@ -6551,8 +6551,8 @@ servers_links:
description: |
Links to the next server. It is available when the number of servers exceeds
``limit`` parameter or ``[api]/max_limit`` in the configuration file.
- See `API Guide / Links and References
- <https://docs.openstack.org/api-guide/compute/links_and_references.html>`_
+ See `Paginated collections
+ <https://docs.openstack.org/api-guide/compute/paginated_collections.html>`__
for more info.
in: body
type: array