Installing OpenStack on Ubuntu

Here are the steps to install OpenStack with DevStack on Ubuntu 20.04.3 LTS. DevStack really simplifies the installation of OpenStack. I followed the steps described here : https://docs.openstack.org/devstack/latest/ 1) First you need to create the user “stack” : sudo useradd -s /bin/bash -d /opt/stack -m stack 2) That user should have no password and have … Read more