Revision ce55f211 snf-cyclades-app/synnefo/app_settings/default/api.py

b/snf-cyclades-app/synnefo/app_settings/default/api.py
58 58
# Maximum number of VMs a user is allowed to have
59 59
MAX_VMS_PER_USER = 3
60 60

  
61
# VMs user/quota map.
62
VMS_USER_QUOTA = {}
63

  
64
# Maximum number of networks a user is allowed to have
65
MAX_NETWORKS_PER_USER = 5
66

  
67
# Networks user/quota map.
68
NETWORKS_USER_QUOTA = {}
69

  
61 70
# URL templates for the stat graphs.
62 71
# The API implementation replaces '%s' with the encrypted backend id.
63 72
# FIXME: For now we do not encrypt the backend id.

Also available in: Unified diff