Revision 30096a2e snf-cyclades-app/synnefo/app_settings/default/api.py
b/snf-cyclades-app/synnefo/app_settings/default/api.py | ||
---|---|---|
70 | 70 |
# List of backend IDs used *only* for archipelago. |
71 | 71 |
ARCHIPELAGO_BACKENDS = [] |
72 | 72 |
|
73 |
# Quota |
|
74 |
# Maximum number of VMs a user is allowed to have. |
|
75 |
MAX_VMS_PER_USER = 3 |
|
76 |
|
|
77 |
# Override maximum number of VMs for specific users. |
|
78 |
# e.g. VMS_USER_QUOTA = {'user1@grnet.gr': 5, 'user2@grnet.gr': 10} |
|
79 |
VMS_USER_QUOTA = {} |
|
80 |
|
|
81 |
# Maximum number of networks a user is allowed to have. |
|
82 |
MAX_NETWORKS_PER_USER = 5 |
|
83 |
|
|
84 |
# Override maximum number of private networks for specific users. |
|
85 |
# e.g. NETWORKS_USER_QUOTA = {'user1@grnet.gr': 5, 'user2@grnet.gr': 10} |
|
86 |
NETWORKS_USER_QUOTA = {} |
|
87 | 73 |
|
88 | 74 |
# URL templates for the stat graphs. |
89 | 75 |
# The API implementation replaces '%s' with the encrypted backend id. |
Also available in: Unified diff