can't start nova-compute after using docker
I installed openstack mitaka with 2 nodes (controller and compute) like in this documentation : https://docs.openstack.org/mitaka/install-guide-ubuntu/overview.html (https://docs.openstack.org/mitaka/ins...) i wanted to include docker so i followed this guide https://wiki.openstack.org/wiki/Docker#Using_Nova-Docker (https://wiki.openstack.org/wiki/Docke...) to configure glance and nova. but now i can't start the nova-compute server when i included the compute_driver = novadocker.virt.docker.DockerDriver in /etc/nova/nova-compute.conf plz can you help
Any error messages in /var/log/nova/nova-compute.log?
this is the /var/log/nova/nova-compute.log content : ` INFO nova.virt.driver [-] Loading compute driver 'novadocker.virt.docker.DockerDriver' -- ERROR nova.virt.driver [-] Unable to load the virtualization driver ... ImportError: No module named docker
I think you either haven't installed the docker driver or Nova can't find it.
thanks for your comments , it guides me throught the problem source , i resolved it , see my answer