From 26a961b58435300806444d6762c40f6c3f3528a4 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 8 Feb 2017 16:41:31 -0500 Subject: [PATCH] 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 --- api-ref/source/servers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/servers.inc b/api-ref/source/servers.inc index c80dcdb7e621..5339889ecccf 100644 --- a/api-ref/source/servers.inc +++ b/api-ref/source/servers.inc @@ -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.