Remove duplicated line from _do_attachment_delete

Change-Id: I56a9ec4ee9ded4917546f86ea7f0090ab4a3223b
This commit is contained in:
Ildiko Vancsa 2017-06-15 14:57:59 +08:00
parent 673269858c
commit 94175d0615
1 changed files with 0 additions and 1 deletions

View File

@ -4159,7 +4159,6 @@ class VolumeManager(manager.CleanableManager,
has_shared_connection = self._connection_terminate(context,
vref,
attachment)
self.driver.detach_volume(context, vref, attachment)
try:
LOG.debug('Deleting attachment %(attachment_id)s.',
{'attachment_id': attachment.id},