Skip to content

Commit 873bf65

Browse files
committed
Fix desribe snapshot by snapshot id command
1 parent 3f96112 commit 873bf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec2stack/providers/cloudstack/snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def describe_snapshots():
104104
"""
105105
args = {'command': 'listSnapshots'}
106106
response = cloudstack.describe_item(
107-
args, 'vmsnapshot', errors.invalid_snapshot_id, 'SnapshotId'
107+
args, 'snapshot', errors.invalid_snapshot_id, 'SnapshotId'
108108
)
109109

110110
return _describe_snapshot_response(

0 commit comments

Comments
 (0)