Yay yasb 0.0.23
authorPeter Iannucci <iannucci@mit.edu>
Tue, 17 Feb 2009 08:05:33 +0000 (03:05 -0500)
committerPeter Iannucci <iannucci@mit.edu>
Tue, 17 Feb 2009 08:05:33 +0000 (03:05 -0500)
svn path=/trunk/packages/invirt-base/; revision=2148

debian/changelog
scripts/invirt-setquotas

index 90606d8..3af50fa 100644 (file)
@@ -1,3 +1,9 @@
+invirt-base (0.0.23) unstable; urgency=low
+
+  * another minor bugfix
+
+ -- Peter A. Iannucci <iannucci@mit.edu>  Tue, 17 Feb 2009 03:05:13 -0500
+
 invirt-base (0.0.22) unstable; urgency=low
 
   * minor bugfix
index 5bdacce..ceae1bf 100755 (executable)
@@ -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)