Created
June 14, 2019 08:13
-
-
Save toanalien/48689cf4cb21e3e69fc605337231e723 to your computer and use it in GitHub Desktop.
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 systemctl disable firewalld | |
sudo systemctl stop firewalld | |
sudo yum update -y | |
sudo yum install -y centos-release-openstack-stein | |
sudo yum update -y | |
sudo yum install -y openstack-packstack | |
sudo packstack --allinone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment