I've followed this guide Chapter 7. Converting between image formats - OpenStack Virtual Machine Image Guide - havana
Here's what I did:
qemu-img convert -f raw -O vmdk ubuntu1204.img ubuntu1204.vmdk
This converts my Ubuntu .img file to a VMDK. I then transfer it into glance. I can then spin up an instance with the image file, but it never boots to the Operating System. Is there something I am doing wrong? A good guide on creating VMDK images to load to glance?