Ignore:
Timestamp:
Feb 17, 2009, 1:54:26 AM (15 years ago)
Author:
iannucci
Message:

Added all the other quotas for great win.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote/server/usr/sbin/invirt-remote-create

    r2132 r2134  
    2020    """
    2121    machines = invirt.database.Machine.query().filter_by(owner=owner)
    22     (quota_total, quota_single) = invirt.database.Owner.getQuotas(owner)
     22    (quota_total, quota_single) = invirt.database.Owner.getMemoryQuotas(owner)
    2323
    2424    active_machines = [m for m in machines if m.name in xmlist]
Note: See TracChangeset for help on using the changeset viewer.