Skip to content

Commit

Permalink
chore: added several miscellaneous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Feb 28, 2021
1 parent 0949c5d commit 39d04f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions XenGarden/VM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def get_memory(self):
return self.session.xenapi.VM.get_memory_static_max(self.vm)

async def delete(self):
pass
from XenGarden.VBD import VBD

vbds = self.get_Disks()
for vbd in vbds:
Expand Down Expand Up @@ -343,8 +343,6 @@ def get_CD(self):
return self.get_CDs()[0]

def get_CDs(self):
pass

return self.get_VBDs("CD")

def get_Disks(self):
Expand Down

0 comments on commit 39d04f9

Please sign in to comment.