git clone https://opendev.org/openstack/devstack
cd ./devstack
cp ./samples/local.conf .
nano ./local.conf
Note
./stack.sh
Note
screen
command was used to access the virtual terminals running the
installed servicesscreen
use is now deprecatedscreen
explicitly set USE_SCREEN=True
option in
local.conf
Note
systemd
is the replacement for screen
systemd
units named
devstack@$servicename.servicesudo systemctl <start|stop|restart> devstack@$servicename.service
journalctl -f --unit devstack@$servicename.service
systemctl status devstack@*
to ensure devstack is running on your VM.
If it is not started, start it with systemctl start devstack@*
journalctl
command to view output from your favorite serviceopenstack
command to interact with the services
running on your VM