From 873bf6582cdae19d696039dffed96625ded163a4 Mon Sep 17 00:00:00 2001 From: BroganD1993 Date: Sun, 10 Aug 2014 15:27:12 +0100 Subject: [PATCH] Fix desribe snapshot by snapshot id command --- ec2stack/providers/cloudstack/snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(