Merge pull request #437 from gvlproject/master

Set snapshots to be in a completed state after being created and added
This commit is contained in:
Steve Pulec 2015-10-17 23:10:14 -04:00
commit 3622fd172e
2 changed files with 5 additions and 3 deletions

View file

@ -198,9 +198,9 @@ DESCRIBE_SNAPSHOTS_RESPONSE = """<DescribeSnapshotsResponse xmlns="http://ec2.am
<item>
<snapshotId>{{ snapshot.id }}</snapshotId>
<volumeId>{{ snapshot.volume.id }}</volumeId>
<status>pending</status>
<status>completed</status>
<startTime>{{ snapshot.start_time}}</startTime>
<progress>30%</progress>
<progress>100%</progress>
<ownerId>111122223333</ownerId>
<volumeSize>{{ snapshot.volume.size }}</volumeSize>
<description>{{ snapshot.description }}</description>