← Back to team overview

openstack team mailing list archive

Re: LXC on Folsom

 

Hi Skible,

I assume you've known glance image-create
(search in http://docs.openstack.org/folsom/basic-install/content/basic-install_controller.html#basic-install_controller-intro)

on controller:

glance image-create on .img and setup disk-format as raw.

and then

glance image list
glance image-update img-uuid --property hypervisor_type=lxc

Sincerely,
Hsiao


On Fri, Feb 22, 2013 at 11:49 PM, Skible OpenStack
<skible.openstack@xxxxxxxxx> wrote:
>
> Thank you Chuan-Heng Hsiao for your reply.
>
> I already have an OpenStack Folsom running with LXC.
>
> I was just wondering how did you upload Vishvananda's image to glance. He is talking about the root file system and i am not sure what does that mean.
>
> When i untar the package vish said, i have .img, floppy, loader, vmlinuz files and don't really now what to do.
>
> Kind regards,
> Bilel
>
>
>
> On 02/22/2013 03:46 PM, Chuan-Heng Hsiao wrote:
>
> 2. glance image-create --location
> http://uec-images.ubuntu.com/releases/12.04/release/ubuntu-12.04-server-cloudimg-amd64-disk1.img
>    --is-public true --disk-format raw --container-format bare --name "Ubuntu"
> 3. glance image-update [img-uuid] --property hypervisor_type=lxc
>
>


References