Xen: Pass session to destroy_vdi

Change-Id: I34c59ff536abfdff9221cdb3d9ecc45d1e7a1a90
This commit is contained in:
Renuka Apte
2012年04月25日 15:55:14 -07:00
parent 1335352df3
commit caa1b282c7

View File

@@ -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
openstack/nova
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.

The note is not visible to the blocked user.