From 9014d0616c6c4fe5f2e19b2a3889700cf70dd654 Mon Sep 17 00:00:00 2001 From: Peter Iannucci Date: Tue, 17 Feb 2009 03:05:33 -0500 Subject: [PATCH] Yay yasb svn path=/trunk/packages/invirt-base/; revision=2148 --- debian/changelog | 6 ++++++ scripts/invirt-setquotas | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 90606d8..3af50fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-base (0.0.23) unstable; urgency=low + + * another minor bugfix + + -- Peter A. Iannucci Tue, 17 Feb 2009 03:05:13 -0500 + invirt-base (0.0.22) unstable; urgency=low * minor bugfix diff --git a/scripts/invirt-setquotas b/scripts/invirt-setquotas index 5bdacce..ceae1bf 100755 --- a/scripts/invirt-setquotas +++ b/scripts/invirt-setquotas @@ -54,7 +54,7 @@ def main(argv): if x == None: x = Owner(owner_id=owner, ram_quota_total=None, ram_quota_single=None, disk_quota_total=None, disk_quota_single=None, - vms_quota_total=None, vms_quota_active) + vms_quota_total=None, vms_quota_active=None) if opts.memtotal != None: total = int(opts.memtotal) -- 1.7.9.5