]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Added the missing attachment to detach_volume
authorWalter A. Boring IV <walter.boring@hp.com>
Wed, 25 Mar 2015 16:35:51 +0000 (09:35 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Wed, 25 Mar 2015 17:03:05 +0000 (10:03 -0700)
commitb792d5ccbf3968b547b7e1fbd474a9ec8060be2c
treee6fb30295806bb0c52d2b4f50c98b5bd5f966fce
parent5d3a14da424a3b506447c116b4149368bbca5695
Added the missing attachment to detach_volume

I must have missed this driver in the multiattach
patch.   The attachment object is passed in to
detach_volume to give drivers a chance to deal with
a detach call.

This patch just updates the signature of the method
to be the same as the parent.

Change-Id: I895c163e67d35df202a5490a7a31ee7fc13a0cb4
Closes-Bug: #1436367
cinder/volume/drivers/openvstorage.py