Hi Abhishek,
You can download the OpenStack/EC2 ready ubuntu 14.04 directly from 
apps.openstack.org by executing the glance command used here:
http://apps.openstack.org/#tab=glance-images&asset=Ubuntu%20Trusty%2014

alternatively, if you don't want to upload directly from the Internet you can 
download the image (direct link is also mentioned on the above website) locally 
and upload it to glance as you did with cirros. 
-- 
Marcin Iwinski
Sent with Airmail

On 31 Jul 2015 at 13:10:05, Abhishek Talwar (abhishek.tal...@tcs.com) wrote:

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:

Create a temporary local directory:
$ mkdir /tmp/images

Download the source image into it:
$ wget -P /tmp/images http://download.cirros-cloud.net/0.3....

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  
_______________________________________________
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Reply via email to