From 220b27c6a88482bf00ef06f2ee616166b81d2b53 Mon Sep 17 00:00:00 2001 From: Peter Iannucci Date: Thu, 12 Feb 2009 23:11:33 -0500 Subject: [PATCH 1/1] Updated changelog. svn path=/trunk/packages/invirt-remote/; revision=2106 --- debian/changelog | 6 ++++++ server/usr/sbin/invirt-remote-create | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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] -- 1.7.9.5