Merge "Fix cinder detach interface change mismatch problem"

This commit is contained in:
Jenkins 2015-04-29 03:34:30 +00:00 committed by Gerrit Code Review
commit 96d9f55201
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class PowerVCDriver(VolumeDriver):
self._service.attach_volume(context, volume, instance_uuid, host_name,
mountpoint)
def detach_volume(self, context, volume):
def detach_volume(self, context, volume, attachment):
"""Callback for volume detached."""
# wait for volume to be detached
self._service.detach_volume(context, volume)