Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/no-db-volume. Description: In Grizzly nova-conductor has been implemented in nova. It'll be great to implement something like this in cinder. Problem: Cinder-volume has direct access to cinder-db Solution: Move all db requests out from cinder-volume Steps of implementation: *Create conductor-manager to handle db requests *Create conductor-api and conductor-rpcapi *Rewrite cinder-api to use new conductor service Specification URL (additional information): None