Merge pull request #2248 from Constantin07/devel

ec2_vol: added deleteOnTermination in the output of list option
This commit is contained in:
Brian Coca 2015-10-12 18:47:31 -04:00
commit 6f9ff0b914

View file

@ -405,7 +405,8 @@ def main():
'attachment_set': {
'attach_time': attachment.attach_time,
'device': attachment.device,
'status': attachment.status
'status': attachment.status,
'deleteOnTermination': attachment.deleteOnTermination
}
})