summaryrefslogtreecommitdiff
path: root/api-ref/source/servers-admin-action.inc
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem.os@gmail.com>2019-03-26 09:55:23 -0400
committerMatt Riedemann <mriedem.os@gmail.com>2019-03-29 09:38:45 -0400
commit4d0aab16ecac5128a20ab9229d444bc49a9c722b (patch)
treebc5e4eb08adfe1917afb86e550d94c1a164d7825 /api-ref/source/servers-admin-action.inc
parent03a6d26691c1f182224d59190b79f48df278099e (diff)
downloadnova-4d0aab16ecac5128a20ab9229d444bc49a9c722b.tar.gz
api-ref: add more details to confirmResize troubleshooting
This does a few things: 1. Fixes the "migration_status" wording since that does not exist and could be confused as a field on the server resource which it is not, it is referring to the migration resource status. 2. Fixes the RESIZED status mention since that is not a real server status, it probably meant VERIFY_RESIZE (RESIZED is the name of the nova.compute.vm_states variable used in the code to set the VERIFY_RESIZE status in the API). 3. Adds words about options to correct the server status from ERROR after confirmResize fails, the most obvious being an admin resetting the server status to ACTIVE or the user hard rebooting the server. Change-Id: I7de257ad78031d137616d724bee3fa1cbf40d6fa Related-Bug: #1821594
Diffstat (limited to 'api-ref/source/servers-admin-action.inc')
-rw-r--r--api-ref/source/servers-admin-action.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/api-ref/source/servers-admin-action.inc b/api-ref/source/servers-admin-action.inc
index 859b0d769f..de1e3b84d6 100644
--- a/api-ref/source/servers-admin-action.inc
+++ b/api-ref/source/servers-admin-action.inc
@@ -211,6 +211,7 @@ Response
If successful, this method does not return content in the response body.
+.. _os-resetState:
Reset Server State (os-resetState Action)
=========================================