Doc: rebuild can result in SHUTOFF VM state

Rebuilding a SHUTOFF instance keeps it in SHUTOFF [1]. The doc
incorrectly states that rebuilding always results in an ACTIVE state.
This patch corrects this.

[1] https://github.com/openstack/nova/blob/stable/rocky/nova/compute/manager.py#L3271-L3278

Change-Id: I1af725ec0d6db861e5aaac6f3338c2276e2dad5f
This commit is contained in:
Artom Lifshitz 2019-01-10 12:03:17 -05:00
parent 1351f031b8
commit 50b9d28e7d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ resume Suspended N/A Active
rescue Active, Shutoff Resize Verify, unset Rescued
unrescue Rescued N/A Active
set admin password Active N/A Active
rebuild Active, Shutoff Resize Verify, unset Active
rebuild Active, Shutoff Resize Verify, unset Active, Shutoff
force delete Soft Deleted N/A Deleted
restore Soft Deleted N/A Active
soft delete Active, Shutoff, N/A Soft Deleted