1. build a vm image.  I use vmbuilder to make an Ubuntu image

sudo vmbuilder kvm ubuntu -v --suite precise --mem 6144 --cpus 4
--rootsize=40000 --user stack --name stack --pass stack \
--addpkg ssh--addpkg acpi-support --addpkg emacs --addpkg screen --addpkg
git --addpkg ssshfs

2. upload that image into glance:

glance image-create --name=ubuntu-precise-base --disk-format qcow2
 --container-format=bare  < ubuntu-precise-base.qcow2

3. boot vm1 off that image

nova boot --image ubuntu-precise-base --flavor m2.large vm1





On Fri, Dec 13, 2013 at 8:45 PM, Sayali Lunkad <[email protected]>wrote:

> Hello,
>
> I am using Devstack and i need to launch an Ubuntu instance in Devstack
> without using the Dashboard, that is using command line. Please suggest
> some method by which I can do this.
>
> Thanks,
> Sayali
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : [email protected]
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to