You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/05/05 15:26:17 UTC

[24/50] cloudstack-ec2stack git commit: Fix desribe snapshot by snapshot id command

Fix desribe snapshot by snapshot id command


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/commit/873bf658
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/tree/873bf658
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/diff/873bf658

Branch: refs/heads/master
Commit: 873bf6582cdae19d696039dffed96625ded163a4
Parents: 3f96112
Author: BroganD1993 <da...@hotmail.com>
Authored: Sun Aug 10 15:27:12 2014 +0100
Committer: BroganD1993 <da...@hotmail.com>
Committed: Sun Aug 10 15:27:12 2014 +0100

----------------------------------------------------------------------
 ec2stack/providers/cloudstack/snapshots.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/873bf658/ec2stack/providers/cloudstack/snapshots.py
----------------------------------------------------------------------
diff --git a/ec2stack/providers/cloudstack/snapshots.py b/ec2stack/providers/cloudstack/snapshots.py
index 8f3dc2d..6542d84 100644
--- a/ec2stack/providers/cloudstack/snapshots.py
+++ b/ec2stack/providers/cloudstack/snapshots.py
@@ -104,7 +104,7 @@ def describe_snapshots():
     """
     args = {'command': 'listSnapshots'}
     response = cloudstack.describe_item(
-        args, 'vmsnapshot', errors.invalid_snapshot_id, 'SnapshotId'
+        args, 'snapshot', errors.invalid_snapshot_id, 'SnapshotId'
     )
 
     return _describe_snapshot_response(