Repository: libcloud Updated Branches: refs/heads/trunk 8aa3e2756 -> a4d6a9dda
Update valid node states. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/16e9b83c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/16e9b83c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/16e9b83c Branch: refs/heads/trunk Commit: 16e9b83c888eb7821045195f0de9b91be449d956 Parents: 92c107d Author: Tomaz Muraus <[email protected]> Authored: Sun May 17 13:20:43 2015 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun May 17 13:20:43 2015 +0200 ---------------------------------------------------------------------- docs/compute/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/16e9b83c/docs/compute/index.rst ---------------------------------------------------------------------- diff --git a/docs/compute/index.rst b/docs/compute/index.rst index dbefcb4..39fe72d 100644 --- a/docs/compute/index.rst +++ b/docs/compute/index.rst @@ -32,8 +32,8 @@ Compute * :class:`~libcloud.compute.base.NodeLocation` - represents a physical location where a server can be. * :class:`~libcloud.compute.types.NodeState` - represents a node state. - Standard states are: ``running``, ``stopped``, ``rebooting``, ``terminated``, - ``pending``, and ``unknown``. + Standard states are: ``running``, ``rebooting``, ``terminated``, ``pending``, + ``stopped``, ``suspended``, ``paused``, ``erro``, ``unknown``. Key Pair Management ~~~~~~~~~~~~~~~~~~~
