From f178d0d4b8588075d30ed376ce51aa8d4d3894c4 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 19 Jun 2017 09:24:52 -0400 Subject: [PATCH] api-ref: fix unshelve asynchronous postconditions typo This section is talking about unshelve, so the asynchronous postconditions section should be talking about unshelve. Change-Id: I44bf3fbfc60225dcdb9d3d9c018f66cf49f8cbdc --- api-ref/source/servers-action-shelve.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-ref/source/servers-action-shelve.inc b/api-ref/source/servers-action-shelve.inc index eee23b3b9502..b024031cdfc5 100644 --- a/api-ref/source/servers-action-shelve.inc +++ b/api-ref/source/servers-action-shelve.inc @@ -127,7 +127,8 @@ If the server is locked, you must have administrator privileges to unshelve the **Asynchronous Postconditions** -After you successfully shelve a server, its status changes to ``ACTIVE``. The server appears on the compute node. +After you successfully unshelve a server, its status changes to ``ACTIVE``. +The server appears on the compute node. The shelved image is deleted from the list of images returned by an API call.