Skip to content

Instantly share code, notes, and snippets.

@futuretea
Created June 11, 2022 14:41
Show Gist options
  • Save futuretea/2c52a682e7cbd570da51cd6a01cfb1ca to your computer and use it in GitHub Desktop.
Save futuretea/2c52a682e7cbd570da51cd6a01cfb1ca to your computer and use it in GitHub Desktop.
# openstack ussuri ubuntu18.04
sudo apt update -y
sudo apt upgrade -y
git clone https://github.com/openstack/devstack.git
cd devstack
git checkout stable/ussuri
sudo su
./tools/create-stack-user.sh
cd ..
mv devstack/ /opt/stack/
chown -R stack:stack /opt/stack/devstack
su - stack
cd devstack
cp samples/local.conf .
./stack.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment