Skip to content

Instantly share code, notes, and snippets.

@mdarby
Created June 30, 2015 20:57
Show Gist options
  • Save mdarby/552f38c1f46917159a83 to your computer and use it in GitHub Desktop.
Save mdarby/552f38c1f46917159a83 to your computer and use it in GitHub Desktop.
DevStack install
sudo apt-get update
sudo apt-get install libffi-dev libssl-dev git vim build-essential python -y
git clone https://github.com/openstack-dev/devstack.git
sudo ./devstack/tools/create-stack-user.sh
sudo mv devstack/ /opt/stack/
rm -rf barbican/
chown -R stack:stack /opt/stack/devstack/
su - stack
cd /opt/stack/devstack/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment