Currently, some case like the below, the image can't be used to boot an instance.
1. create volume from image 2. boot instance from the volume 3. createImage to the instance 4. use the instance image to boot an instance
The reason: The image without the disk_format/container_format/checksum。 When boot the instance from the image, getattr exception is thrown.
Currently, some case like the below, the image can't be used to boot an instance.
1. create volume from image
2. boot instance from the volume
3. createImage to the instance
4. use the instance image to boot an instance
The reason: container_ format/ checksum。
The image without the disk_format/
When boot the instance from the image, getattr exception is thrown.