From: Peter Iannucci Date: Fri, 13 Feb 2009 04:11:33 +0000 (-0500) Subject: Updated changelog. X-Git-Tag: 0.3.3~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/220b27c6a88482bf00ef06f2ee616166b81d2b53 Updated changelog. svn path=/trunk/packages/invirt-remote/; revision=2106 --- diff --git a/debian/changelog b/debian/changelog index 15474f7..cbd414b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/server/usr/sbin/invirt-remote-create b/server/usr/sbin/invirt-remote-create index 714d846..991b3c8 100755 --- a/server/usr/sbin/invirt-remote-create +++ b/server/usr/sbin/invirt-remote-create @@ -15,7 +15,6 @@ import yaml 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]