Can't start docker instance in openstack Juno
I followed the steps in https://github.com/stackforge/nova-docker (https://github.com/stackforge/nova-do...) , and now when I tried to "nova boot busybox ..."
a docker instance, it failed and in the log of nova-compute, it showed
"APIError: 404 Client Error: Not Found ("
No such image: busybox")".
I'm using a 3 nodes openstack environment, with kvm it works fine.
If in the computer node, I pull the busybox image with docker pull busybox
, it will also fail, but the log goes like "can't find PID xxxxxxxxx"
.
So where should I check? I'm using ubuntu 14.04, Juno and docker 1.3.2(If directly use apt-get, it is docker 1.0.1 and it will have some client/server version mismatch issue)
One more thing I'm not sure if it's related. After I installed the novadocker. The neutron-plugin-openvswitch-agent can't start, it failed at some oslo/rootwrap missing. So I made a software link there(ln -s /usr/lib/python2.7/dist-packages/oslo/rootwrap/ /usr/local/lib/python2.7/dist-packages/oslo/rootwrap)
Thanks
have you resolved this issue? Have you tried to upgrade docker version to the latest and try another time?