Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc
This commit is contained in:
parent
827dfb2751
commit
21d195e21d
1 changed files with 0 additions and 1 deletions
1
virt
1
virt
|
@ -124,7 +124,6 @@ class LibvirtConnection(object):
|
|||
|
||||
def get_status2(self, vm):
|
||||
state = vm.info()[0]
|
||||
# print "DEBUG: state: %s" % state
|
||||
return VIRT_STATE_NAME_MAP.get(state,"unknown")
|
||||
|
||||
def get_status(self, vmid):
|
||||
|
|
Loading…
Add table
Reference in a new issue