First execute pre-configure-openstack.sh
Shell Script file for Preparing Installation OpenStack
dnf install git -y
git clone https://github.com/SumonPaul18/openstack-packstack.git
chmod -R +x openstack-packstack
cd openstack-packstack
ls
. pre-configuration-openstack.sh
After Done Configuration the system has Rebooted
Second execute build-openstack.sh
Shell Script file for Install OpenStack
cd /root/openstack-packstack
. build-openstack.sh
After Successfully Installation Complete
Third execute post-configuration-openstack.sh
Shell Script file for OpenStack Basic Configuration on Network and Image services
cd /root
. keystonerc_admin
. /root/openstack-packstack/post-configuration-openstack.sh
Now Successfully Configured OpenStack