Added deleteOnTermination in the output of list option

reviewable/pr18780/r1
Constantin Bugneac 9 years ago
parent eacf4e4239
commit 83291dbefc

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

Loading…
Cancel
Save