Created
June 30, 2015 20:57
-
-
Save mdarby/552f38c1f46917159a83 to your computer and use it in GitHub Desktop.
DevStack install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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