cinder/cinder/volume/flows
Walter A. Boring IV 2177cbbe06 Enforce driver is initialized
This updates the volume manager and the
backup manager to enforce that the driver
has been initialized.

The managers call the driver in many places
without ensuring that the driver has been
properly initialized.   When the driver fails
inside of do_setup(), the managers shouldn't
call the driver's set_initialized() method.
The managers now dump out the exception, and
exit the init_host, leaving the driver in
an uninitialized state.

Fixes bug #1225897

Change-Id: I77b947f2a9fbe1b38f321511dba10fcd2fe1fe90
2013-09-19 20:36:04 -07:00
..
create_volume Enforce driver is initialized 2013-09-19 20:36:04 -07:00
__init__.py Refactoring of create_volume to use taskflow. 2013-08-07 19:08:21 -07:00
base.py Move the frequently injection task to the base folder. 2013-08-22 14:30:30 -07:00
utils.py Move create_volume flow to a subfolder 2013-08-27 14:10:18 -07:00