1 Installing the Software Library
To update the installed package, the command is as follows:
sudo yum update-y
Create the RDO library with the following command:
The above RDO Library installs an OpenStack version of Juno, and if you want to install the previous version of OpenStack, Access http://rdo.fedorapeople.org/to find the corresponding RPM file to install.
Version Eg:l
HTTPS://REPOS.FEDORAPEOPLE.ORG/REPOS/OPENSTACK/OPENSTACK-LIBERTY/RDO-RELEASE-LIBERTY-1.NOARCH.RPM 2 Mounting Packstack
To install Packstack, the command is as follows:
sudo yum install-y openstack-packstack
You can modify the configuration to choose which services to install, Packstack can also be configured with multiple nodes. 3 Installing OpenStack
The commands to install OpenStack on a single node are as follows:
Packstack--allinone
Packstack Quick Installation