From 65255ae22b1816bf61922b88c69cf35459d0e508 Mon Sep 17 00:00:00 2001 From: Yun Mao Date: Fri, 3 Aug 2012 11:47:56 -0400 Subject: Allow stop API to be called in Error We already allow the stop API to be called when the VM is in Error state. This is to update the diagram in devref doc. Change-Id: I792028dc6f851f66d42b852c27505c479eab4df7 --- doc/source/devref/vmstates.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/devref/vmstates.rst b/doc/source/devref/vmstates.rst index 9733b44a9..80075124f 100644 --- a/doc/source/devref/vmstates.rst +++ b/doc/source/devref/vmstates.rst @@ -81,6 +81,7 @@ task states for various commands issued by the user: stop -> stopped stop -> error active -> stop + error -> stop rescue [shape="rectangle"] rescue -> rescued -- cgit