<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">You can find ubuntu cloud image at <a href="https://cloud-images.ubuntu.com/" class="">https://cloud-images.ubuntu.com/</a><div class="">Follow the same steps as cirros, except you have to launch ubuntu instances with ssh keypair. </div><div class=""><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jul 31, 2015, at 7:05 PM, Abhishek Talwar <<a href="mailto:abhishek.talwar@tcs.com" class="">abhishek.talwar@tcs.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2" class=""><p class="">Hi,</p><p class=""><br class=""></p><p class="">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:</p> <ol class=""><li class="">Create a temporary local directory:</li></ol><p class="">$ mkdir /tmp/images</p> <ol class=""><li class="">Download the source image into it:</li></ol><p class="">$ wget -P /tmp/images <a href="http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img" class="">http://download.cirros-cloud.net/0.3....</a></p> <ol class=""><li class="">Upload
 the image to the Image service using the QCOW2 disk format, bare 
container format, and public visibility so all projects can access it:</li></ol><p class="">$ 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</p><p class="">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.</p><p class="">I have checked this link <b class="">"<a href="http://docs.openstack.org/image-guide/content/ubuntu-image.html" class="">http://docs.openstack.org/image-guide/content/ubuntu-image.html</a>"</b>  but couldnt get through.</p><div class=""></div></font><p class="">=====-----=====-----=====<br class="">
Notice: The information contained in this e-mail<br class="">
message and/or attachments to it may contain <br class="">
confidential or privileged information. If you are <br class="">
not the intended recipient, any dissemination, use, <br class="">
review, distribution, printing or copying of the <br class="">
information contained in this e-mail message <br class="">
and/or attachments to it are strictly prohibited. If <br class="">
you have received this communication in error, <br class="">
please notify us by reply e-mail or telephone and <br class="">
immediately and permanently delete the message <br class="">
and any attachments. Thank you</p><div class=""><br class="webkit-block-placeholder"></div>

_______________________________________________<br class="">OpenStack-operators mailing list<br class=""><a href="mailto:OpenStack-operators@lists.openstack.org" class="">OpenStack-operators@lists.openstack.org</a><br class=""><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br class=""></div></blockquote></div><br class=""></div></div></body></html>