Skip to content

Instantly share code, notes, and snippets.

@bladelee
Created May 2, 2014 03:33
Show Gist options
  • Save bladelee/2e86e8f8899013574823 to your computer and use it in GitHub Desktop.
Save bladelee/2e86e8f8899013574823 to your computer and use it in GitHub Desktop.
openstack docker devstack install script
apt-get install git
cd /home
git clone https://github.com/openstack-dev/devstack.git
cd devstack
git checkout stable/havana
vi /lib/nova_plugins/*docker # modify version from 0.6.1 to 0.10.0
./tools/create-stack-user.sh
chown -R stack:stack /home/devstack
su stack
./tools/docker/install_docker.sh
./stack.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment