Hi,


I have a multinode kilo OpenStack setup with a controller node, network node and 2 compute nodes. I have installed a cirros image with the following steps:

  1. Create a temporary local directory:

$ mkdir /tmp/images

  1. Download the source image into it:

$ wget -P /tmp/images http://download.cirros-cloud.net/0.3....

  1. Upload the image to the Image service using the QCOW2 disk format, bare container format, and public visibility so all projects can access it:

$ glance image-create --name "cirros-0.3.4-x86_64" --file /tmp/images/cirros-0.3.4-x86_64-disk.img \ --disk-format qcow2 --container-format bare --visibility public --progress

Now I want to install an Ubuntu image on my setup and boot VM's with it. So what would be the desired steps for that.

I have checked this link "http://docs.openstack.org/image-guide/content/ubuntu-image.html" but couldnt get through.

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you

_______________________________________________
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to