How to create and import image into openstack?

Posted by can. on Server Fault See other posts from Server Fault or by can.
Published on 2012-09-21T08:52:27Z Indexed on 2012/09/21 9:39 UTC
Read the original article Hit count: 340

Filed under:
|

I downloaded the image precise-server-cloudimg-amd64-disk1.img from http://uec-images.ubuntu.com/releases/precise/release/ , then I tried to import it into openstack using:

glance -v add name="ubuntu1204" is_public=true container_format=ovf disk_format=qcow2 < precise-server-cloudimg-amd64-disk1.img

The import seems OK but when I launched it I encountered error.

Where did I do wrong and what's the right procedure of creating and importing image into openstack?

© Server Fault or respective owner

Related posts about image

Related posts about OpenStack