Skip to content

Instantly share code, notes, and snippets.

@etoews
etoews / devstack.sh
Last active December 13, 2016 19:46
DevStack Workshop
ssh root@<ip-address>
apt-get install -y git
git clone https://github.com/openstack-dev/devstack.git -b stable/grizzly devstack/
cd devstack/
curl -sO https://gist.github.com/everett-toews/6235684/raw/531ef32f7f55fdb5af56f01c4155e52416a18c51/localrc
nano localrc
./stack.sh
# Wait...time for Q&A