]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Call driver for attach/detach_volume.
authorCory Stone <corystone@gmail.com>
Fri, 17 Aug 2012 14:18:52 +0000 (09:18 -0500)
committerCory Stone <corystone@gmail.com>
Fri, 17 Aug 2012 14:18:52 +0000 (09:18 -0500)
commit17538890dc9d005652b2d912cea4a0307e5d6e18
tree01882ed84142ea3cf5e43bd0420ba2ee8a4694df
parentd2babbfd4b59bde09fe17f7b69c86d857a82d104
Call driver for attach/detach_volume.

The volume driver may want to know which guest is going to be
attached to a volume. The manager now calls down into the driver
on attach_volume and detach_volume.

Fixes bug 1038109.

Change-Id: I084c2d09a1871fa158312f9ba479abb474da1d28
cinder/volume/driver.py
cinder/volume/manager.py