Skip to content

Commit

Permalink
Few Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
theryecatcher committed Sep 23, 2018
1 parent 691fc9d commit 3838f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xen_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import sys
import ConfigParser
import logging
import requests
import zmq
import json

Expand Down Expand Up @@ -309,7 +308,7 @@ def get_dom_details(self):
lists all vms in the server (output of xentop)
:return List of VirtualMachine with name, state, cpu, memory and network details
"""
logger.debug('Listing Xentop..')
# logger.debug('Listing Xentop..')
cmd = 'xentop -b -i1'
p = Popen(cmd.split(), stdout=PIPE, stderr=PIPE)
out, err = p.communicate()
Expand Down

0 comments on commit 3838f88

Please sign in to comment.