svn path=/trunk/packages/invirt-remote/; revision=2106
+invirt-remote (0.3.3) unstable; urgency=low
+
+ * added remctl web availability to calculate memory available to new VMs
+
+ -- Peter A. Iannucci <iannucci@mit.edu> Thu, 12 Feb 2009 23:10:31 -0500
+
invirt-remote (0.3.2) unstable; urgency=low
* in invirt-remote-listvms, ignore another way VMs can disappear
def choose_host():
# Query each of the hosts.
- # XXX will the output of 'xm info' always be parseable YAML?
results = bcast('availability')
return max((int(o), s) for (s, o) in results)[1]