describe instances response now shows encrypted status

This commit is contained in:
Kieran Doonan 2016-07-04 11:24:13 +01:00
parent e8a564b6b4
commit 9ea06399ba

View File

@ -135,6 +135,7 @@ DESCRIBE_VOLUMES_RESPONSE = """<DescribeVolumesResponse xmlns="http://ec2.amazon
{% else %}
<snapshotId/>
{% endif %}
<encrypted>{{ volume.encrypted }}</encrypted>
<availabilityZone>{{ volume.zone.name }}</availabilityZone>
<status>{{ volume.status }}</status>
<createTime>{{ volume.create_time}}</createTime>