Install Devstack
Install Devstack
Once the system is up, you can update the system package repos;
sudo -u cloud-admin -i
cd devstack
vim local.conf
Enter the settings below, and update the value of each variable to your
preferred password;
[[local|localrc]]
ADMIN_PASSWORD=YourPasswordHere
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
Note that we used same password for all those services in this example
setup.
HOST_IP=192.168.56.124
Change that to your system IP that will allow you to access OpenStack.
Save and exit the file.
All you need to do is to execute the DevStack script, stack.sh and let it
perform its magics!
./stack.sh
In the meantime, it is time for you to get up and make coffee!!