Ensure root device is listed in block device mappings

This commit is contained in:
Nuwan Goonasekera 2017-09-15 21:30:32 +05:30
commit c116c57eb8
2 changed files with 5 additions and 1 deletions

View file

@ -115,7 +115,7 @@ DESCRIBE_IMAGES_RESPONSE = """<DescribeImagesResponse xmlns="http://ec2.amazonaw
{% endif %}
<description>{{ image.description }}</description>
<rootDeviceType>ebs</rootDeviceType>
<rootDeviceName>/dev/sda</rootDeviceName>
<rootDeviceName>/dev/sda1</rootDeviceName>
<blockDeviceMapping>
<item>
<deviceName>/dev/sda1</deviceName>