Demo environment


git clone https://git.openstack.org/openstack-dev/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 screensystemd units named
devstack@$servicename.servicesudo systemctl <start|stop|restart> devstack@$servicename.servicejournalctl -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 servicecinder or nova to interact with
the services running on your VM