You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2015/12/04 21:15:04 UTC

[11/11] libcloud git commit: compute: Remove duplicate state STOPPED

compute: Remove duplicate state STOPPED

Remove duplicate description for NodeState.STOPPED added by
commit b09c1bef78e13688e3c5739e5fd620e226a16672
Closes #649
Signed-off-by: Anthony Shaw <an...@gmail.com>


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

Branch: refs/heads/trunk
Commit: 2f514559ba13ca0268e9d5421a477514cc19dec0
Parents: b83669a
Author: Philipp Hahn <ha...@univention.de>
Authored: Wed Dec 2 14:30:07 2015 +0100
Committer: Anthony Shaw <an...@gmail.com>
Committed: Sat Dec 5 07:15:07 2015 +1100

----------------------------------------------------------------------
 libcloud/compute/types.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/2f514559/libcloud/compute/types.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/types.py b/libcloud/compute/types.py
index 022df90..b9d194f 100644
--- a/libcloud/compute/types.py
+++ b/libcloud/compute/types.py
@@ -200,7 +200,6 @@ class NodeState(object):
     :cvar TERMINATED: Node is terminated. This node can't be started later on.
     :cvar STOPPED: Node is stopped. This node can be started later on.
     :cvar PENDING: Node is pending.
-    :cvar STOPPED: Node is stopped.
     :cvar SUSPENDED: Node is suspended.
     :cvar ERROR: Node is an error state. Usually no operations can be performed
                  on the node once it ends up in the error state.