Is it possible to create an ami from an openstack image?
问题 I'm creating an image from a running instance in OpenStack nova image-create <server-name> and i'm just wondering,can this image be uploaded to ec2? Or do i need to create an ami from it? Can someone guide me on how to go about this? 回答1: glance, the openstack image service is capable of storing a number of image types: Raw Machine (kernel/ramdisk outside of image, a.k.a. AMI) VHD (Hyper-V) VDI (VirtualBox) qcow2 (Qemu/KVM) VMDK (VMWare) OVF (VMWare, others) Ref: http://www.openstack.org