[openstack-dev] docker with Juno devstack

2015-04-28 Thread Murali B
Hi I would like to spawn docker image using the devstack. Able to bring-up the devstack with compute_driver = novadocker.virt.docker.DockerDriver. created the .docker image in glance. when I try to create docker image using ""nova boot --flavor 1 --image --nic net-id= dock"" command I am seein

Re: [openstack-dev] docker with Juno devstack

2015-04-28 Thread Davanum Srinivas
Murali, Are you using the juno branch of nova-docker? -- dims On Tue, Apr 28, 2015 at 4:09 AM, Murali B wrote: > Hi > > I would like to spawn docker image using the devstack. > > Able to bring-up the devstack with compute_driver = > novadocker.virt.docker.DockerDriver. > > created the .docker

Re: [openstack-dev] docker with Juno devstack

2015-04-28 Thread Murali B
Hi Srinivas, Thank you for your response. I found there is bug on this nova-docker https://bugs.launchpad.net/nova-docker/+bug/1449273 after fixing the code from https://review.openstack.org/#/c/165196/ Able to create the docker image successfully using nova Thanks -Murali