diff options
| author | Yun Mao <yunmao@gmail.com> | 2012-08-03 11:47:56 -0400 |
|---|---|---|
| committer | Yun Mao <yunmao@gmail.com> | 2012-08-14 10:27:14 -0400 |
| commit | 65255ae22b1816bf61922b88c69cf35459d0e508 (patch) | |
| tree | 65f352ab8815f73346e3a195506df61575294b86 | |
| parent | f94ae65640d16124f9d7fad8c726b185f0398452 (diff) | |
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
| -rw-r--r-- | doc/source/devref/vmstates.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
