api-ref: fix delete server async postcondition docs

Apparently we thought it was useful to tell you that
while a server is being deleted you could watch it's
status, but not enough that we cared to tell you what
status.

Change-Id: Ibb175c448712cbc0ff80353b83dcab524b223e4d
Closes-Bug: #1663036
This commit is contained in:
Matt Riedemann 2017-02-08 16:41:31 -05:00
parent 50d402821b
commit 26a961b584
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ system.
**Asynchronous postconditions**
- With correct permissions, you can see the server status as
- With correct permissions, you can see the server status as ``deleting``.
- The ports attached to the server, which Nova created during the server
create process or when attaching interfaces later, are deleted.
- The server does not appear in the list servers response.