projects
/
invirt/packages/invirt-database.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e8c47
)
Fixed another stupid bug.
author
Peter Iannucci
<iannucci@mit.edu>
Tue, 17 Feb 2009 07:49:27 +0000
(
02:49
-0500)
committer
Peter Iannucci
<iannucci@mit.edu>
Tue, 17 Feb 2009 07:49:27 +0000
(
02:49
-0500)
svn path=/trunk/packages/invirt-database/; revision=2142
python/database/owner.py
patch
|
blob
|
history
diff --git
a/python/database/owner.py
b/python/database/owner.py
index
f9e0128
..
58e3772
100755
(executable)
--- a/
python/database/owner.py
+++ b/
python/database/owner.py
@@
-55,6
+55,6
@@
vms_quota_total=%s vms_quota_active=%s >""" % (self.owner_id,
quota_active = MAX_VMS_ACTIVE
else:
quota_total = MAX_VMS_TOTAL
- quota_single = MAX_VMS_ACTIVE
+ quota_active = MAX_VMS_ACTIVE
return (quota_total, quota_active)
getVMQuotas = staticmethod(getVMQuotas)