February 2018
Beginner
290 pages
7h 28m
English
You need to SSH to the server where the devstack is running, just change the directory to /devstack/ (if you followed along with this book) and execute the command ./unstack.sh:
alokshrivastwa@instance-1:~$ sudo su root@instance-1:/home/alokshrivastwa# su stackstack@instance-1:/home$ cd /devstack/stack@instance-1:/devstack$ ./unstack.sh
This will run the unstacking script and DevStack is removed from the system. Another simple way would have been to reboot the server. However, this is not recommended as it may not be a clean shutdown of DevStack, and restacking may pose a few issues.
Read now
Unlock full access