monitor all vms not just one_auth user

master
Justin Riley 2016-07-14 23:11:29 -04:00
parent 8c463cb12d
commit fd5f3d7077
1 changed files with 1 additions and 2 deletions

View File

@ -10,6 +10,5 @@ class OneClient(object):
self._vm_pool = oca.VirtualMachinePool(self._oca)
def vms(self):
#self._vm_pool.info(filter=-1)
self._vm_pool.info()
self._vm_pool.info(filter=-1)
return self._vm_pool