Updated changelog.
authorPeter Iannucci <iannucci@mit.edu>
Fri, 13 Feb 2009 04:11:33 +0000 (23:11 -0500)
committerPeter Iannucci <iannucci@mit.edu>
Fri, 13 Feb 2009 04:11:33 +0000 (23:11 -0500)
svn path=/trunk/packages/invirt-remote/; revision=2106

debian/changelog
server/usr/sbin/invirt-remote-create

index 15474f7..cbd414b 100644 (file)
@@ -1,3 +1,9 @@
+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
 invirt-remote (0.3.2) unstable; urgency=low
 
   * in invirt-remote-listvms, ignore another way VMs can disappear
index 714d846..991b3c8 100755 (executable)
@@ -15,7 +15,6 @@ import yaml
 
 def choose_host():
     # Query each of the hosts.
 
 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]
 
     results = bcast('availability')
     return max((int(o), s) for (s, o) in results)[1]