DevStack local.conf file
Enabled Services
- Controller
- Nova
- Neutron
- Swift
- Glance
- Cinder
- Heat
- Trove
- Sahara
- Horizon
#Starting DevStack Run ./stack.sh from devstack directory. Make sure that user is a sudo user(gid 27). Once all the componets are started, You will get the Dashboard(Horizon) URL.
#Stopping DevStack Run ./unstack.sh. This will stop all the processes started by stack.sh and terminates the screen.
#Clean up Run ./clean.sh to remove all the installed OS packages installed when stack.sh was run.
Set RECLONE to False to minimize the startup time.