Changeset 2142
- Timestamp:
- Feb 17, 2009, 2:49:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-database/python/database/owner.py
r2135 r2142 56 56 else: 57 57 quota_total = MAX_VMS_TOTAL 58 quota_ single = MAX_VMS_ACTIVE58 quota_active = MAX_VMS_ACTIVE 59 59 return (quota_total, quota_active) 60 60 getVMQuotas = staticmethod(getVMQuotas)
Note: See TracChangeset
for help on using the changeset viewer.