The cinder.cmd.all Module

Starter script for All cinder services.

This script attempts to start all the cinder services in one process. Each service is started in its own greenthread. Please note that exceptions and sys.exit() on the starting of a service are logged and the script will continue attempting to launch the rest of the services.

main()

Previous topic

The cinder.brick.local_dev.lvm Module

Next topic

The cinder.cmd.api Module

Project Source

This Page