Getting error Nova Docker container on newton
I have configured nova docker in openstack newton. When I launch container instance using dashboard I get the following
Error: Failed to perform requested operation on instance "t", the instance has an error status: Please try again later [Error: No valid host was found. There are not enough hosts available.].
I modified nova-compute.conf to point compute driver to docker and commented out qemu stuff. I added the driver and nova docker using multiple installation guide sources. I am not sure what the issue is here.
I am also able to run the hello-world docker container example after installing docker. So it's installed properly just not being picked up bu openstack.
Docker is also not showing up in dashboard hypervisor. Only qemu is showing which is down.