First time here? Check out the FAQ!
![]() | 1 | initial version |
That should not be a problem. Please, view for instance:
http://blog.oddbit.com/2015/02/11/installing-novadocker-with-devstack/
http://bderzhavets.blogspot.com/2015/02/set-up-nova-docker-driver-on-ubuntu.html
Just remove from local.conf specific instructions for nova-docker set up and glance_api.conf update.
![]() | 2 | No.2 Revision |
That should not be a problem. Please, view for instance:
http://blog.oddbit.com/2015/02/11/installing-novadocker-with-devstack/
http://bderzhavets.blogspot.com/2015/02/set-up-nova-docker-driver-on-ubuntu.html
Just remove from local.conf specific instructions for nova-docker set up and glance_api.conf update.
Wait, to get normal setup you don't need install nova-docker driver and remove from local.conf
[[post-config|$GLANCE_API_CONF]]
[DEFAULT]
container_formats=ami,ari,aki,bare,ovf,ova,docker
# Configure nova to use the nova-docker driver
[[post-config|$NOVA_CONF]]
[DEFAULT]
compute_driver=novadocker.virt.docker.DockerDriver
Otherwise, you will setup system working with Docker Hypervisor, not KVM/Libvirt