[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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user