Revision 287a6408

b/snf-cyclades-app/synnefo/app_settings/default/api.py
103 103
#
104 104
# Set to True to use the Quotaholder service. Otherwise, static
105 105
# limits are used
106
USE_QUOTAHOLDER = False
106
CYCLADES_USE_QUOTAHOLDER = False
107 107
# Maximum number of VMs a user is allowed to have.
108 108
MAX_VMS_PER_USER = 3
109 109

  
b/snf-cyclades-app/synnefo/app_settings/default/quotas.py
4 4
#####################
5 5

  
6 6
# URL of the Quotaholder
7
QUOTAHOLDER_URL = "http://127.0.0.1:8008/api/quotaholder/v"
7
CYCLADES_QUOTAHOLDER_URL = "http://127.0.0.1:8008/api/quotaholder/v"
8
#
9
CYCLADES_QUOTAHOLDER_TOKEN = ""

Also available in: Unified diff