Xen: Pass session to destroy_vdi
Change-Id: I34c59ff536abfdff9221cdb3d9ecc45d1e7a1a90
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -60,7 +60,7 @@ class VolumeOps(object):
if vdi_ref is None:
raise exception.Error(_('Could not find VDI ref'))
vm_utils.VMHelper.destroy_vdi(vdi_ref)
vm_utils.VMHelper.destroy_vdi(self._session, vdi_ref)
def create_sr(self, label, params):
LOG.debug(_("Creating SR %s") % label)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.