Added deleteOnTermination in the output of list option

This commit is contained in:
Constantin Bugneac 2015-10-12 10:49:16 +01:00 committed by Matt Clay
parent e9071c62ba
commit 7dd5ec5373

View file

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