You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/11/17 21:05:30 UTC

[04/17] git commit: docs: Update compute docs.

docs: Update compute docs.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1191dc22
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1191dc22
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1191dc22

Branch: refs/heads/trunk
Commit: 1191dc22e75d4d7ec0c28bc2ab4b0fd8936a43dc
Parents: c991850
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Nov 17 20:08:42 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Nov 17 20:08:42 2013 +0100

----------------------------------------------------------------------
 docs/compute/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1191dc22/docs/compute/index.rst
----------------------------------------------------------------------
diff --git a/docs/compute/index.rst b/docs/compute/index.rst
index 86900f7..836925b 100644
--- a/docs/compute/index.rst
+++ b/docs/compute/index.rst
@@ -29,7 +29,7 @@ Compute
 * **NodeImage** - represents an operating system image.
 * **NodeLocation** - represents a physical location where a server can be.
 * **NodeState** - represents a node state. Standard states are: ``running``,
-  ``rebooting``, ``terminated``, ``pending``, and ``unknown``.
+  ``stopped``, ``rebooting``, ``terminated``, ``pending``, and ``unknown``.
 
 Block Storage
 ~~~~~~~~~~~~~