Another fix for docs

This commit is contained in:
Toshio Kuratomi 2015-10-21 08:40:10 -07:00
parent e41cde3116
commit bc3b1abd68

View file

@ -183,14 +183,14 @@ block_device_mapping:
description: block device mapping associated with image description: block device mapping associated with image
returned: when AMI found returned: when AMI found
type: dictionary of block devices type: dictionary of block devices
sample: { sample: "{
"/dev/xvda": { '/dev/xvda': {
"delete_on_termination": true, 'delete_on_termination': true,
"encrypted": false, 'encrypted': false,
"size": 8, 'size': 8,
"snapshot_id": "snap-ca0330b8", 'snapshot_id': 'snap-ca0330b8',
"volume_type": "gp2" 'volume_type': 'gp2'
} }"
creationDate: creationDate:
description: creation date of image description: creation date of image
returned: when AMI found returned: when AMI found
@ -250,11 +250,11 @@ tags:
description: tags assigned to image description: tags assigned to image
returned: when AMI found returned: when AMI found
type: dictionary of tags type: dictionary of tags
sample: { sample: "{
"Environment": "devel", 'Environment': 'devel',
"Name": "test-server01", 'Name': 'test-server01',
"Role": "web" 'Role': 'web'
} }"
virtualization_type: virtualization_type:
description: image virtualization type description: image virtualization type
returned: when AMI found returned: when AMI found