diff options
author | Matt Riedemann <mriedem.os@gmail.com> | 2019-07-26 15:47:02 -0400 |
---|---|---|
committer | Matt Riedemann <mriedem.os@gmail.com> | 2019-07-26 15:47:02 -0400 |
commit | 163482e0e102aeedc7c7ff94e4b576ecb3786d72 (patch) | |
tree | e2df9f650a517aff42f083666ba33bde992528cb /api-guide | |
parent | 89e65bd976be8e02fdb6932bb710b5165d7e00a3 (diff) | |
download | nova-163482e0e102aeedc7c7ff94e4b576ecb3786d72.tar.gz |
doc: fix links for server actions in api guide
The section about server actions is talking about the
os-instance-actions API but linking to the server actions
section in the API reference. This retains the link to the
server actions section but changes the "for more details"
link to the actual os-instance-actions reference.
Change-Id: Icb5c4cadd1c552f44bfadefd055c07ea38df0eaa
Diffstat (limited to 'api-guide')
-rw-r--r-- | api-guide/source/faults.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/api-guide/source/faults.rst b/api-guide/source/faults.rst index 9ff82f8729..14a36dd6b1 100644 --- a/api-guide/source/faults.rst +++ b/api-guide/source/faults.rst @@ -67,11 +67,13 @@ Response header example:: Server Actions -------------- -There is an API for end users to list the outcome of Server Actions, +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://docs.openstack.org/api-ref/compute/#servers-run-an-action-servers-action +https://docs.openstack.org/api-ref/compute/#servers-actions-servers-os-instance-actions + +.. _Server Actions: https://docs.openstack.org/api-ref/compute/#servers-run-an-action-servers-action Logs ---- |