how can I get a devstack version working with docker in my local environment?
I am trying to install devstack with docker hypervisor. I found out that according to docker documentation on OpenStack wiki you should modify the localrc in order to have VIRT_DRIVER=docker
and preinstall /tools/docker/install_docker.sh
before running ./stack script.
After trying it, I realized that the package /tools/docker
is gone from the devstack package:
https://github.com/openstack-dev/devstack/commit/7d4c7e09b4882077471c3b2cb097c237c2016f96
So now I am wondering what is the best way to proceed, how can I get a devstack version working with docker in my local environment? Is a manual installation of docker and docker hypervisor the only way to get it working together with devstack?
Earlier I tried stable havana: git clone https://github.com/openstack-dev/devs... -b stable/havana
Currently; in dev branch, I am also facing same issue.
Yes! I tried the same neither the stable or development branches contains the docker installation script... :(
Vote for the question instead of using the space for an answer to say 'me too'