On youtube there are many guides that show how to install openstack on ubuntu I have tried them and they seem not to work
For example with Devstack I fail every time the installation with .Stack.sh, with MicroStack I fail the initialization
I can't install OpenStack in any way!
could somebody help me?
I have installed openstack from various different ways but for me installing through Devstack is the easiest and the most convenient way to do it.
Let me share the installation steps that I use:
Firstly few prerequisites:
Step 1 :
apt update -y && apt upgrade -yStep 2: Create Stack user:
Step 3:
Step 4: Create devstack configuration file
Paste this:
Step 5:
./stack.shThe setup will take about 10-15 minutes depending upon your system. Once installation is complete you can access the dashboard using
https://your-ip/dashboardNote: Incase the stack.sh fails make sure to use
./unstackand./clean.shbefore you use stack.sh again.