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
This commit is contained in:
Matt Riedemann 2017-06-19 09:24:52 -04:00
parent 3e02460e2e
commit f178d0d4b8
1 changed files with 2 additions and 1 deletions

View File

@ -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.