Add EBS snapshot filter. Closes #525.
This commit is contained in:
parent
0a10b2f738
commit
d82d64b8bd
2 changed files with 3 additions and 2 deletions
|
|
@ -208,7 +208,7 @@ DESCRIBE_SNAPSHOTS_RESPONSE = """<DescribeSnapshotsResponse xmlns="http://ec2.am
|
|||
<item>
|
||||
<snapshotId>{{ snapshot.id }}</snapshotId>
|
||||
<volumeId>{{ snapshot.volume.id }}</volumeId>
|
||||
<status>completed</status>
|
||||
<status>{{ snapshot.status }}</status>
|
||||
<startTime>{{ snapshot.start_time}}</startTime>
|
||||
<progress>100%</progress>
|
||||
<ownerId>111122223333</ownerId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue