Revision 670de92a snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
105 105
# Set the quota holder component URI
106 106
QUOTA_HOLDER_URL = getattr(settings, 'ASTAKOS_QUOTA_HOLDER_URL', '')
107 107

  
108
# Set the cloud service properties
109
SERVICES = getattr(settings, 'ASTAKOS_SERVICES',
110
                   {'cyclades': {'url':'https://node1.example.com/ui/',
111
                                 'quota': {'vm': 2}},
112
                    'pithos+':  {'url':'https://node2.example.com/ui/',
113
                                 'quota': {'diskspace': 50 * 1024 * 1024 * 1024}}})
114

  
108 115
# Set the billing URI
109 116
AQUARIUM_URL = getattr(settings, 'ASTAKOS_AQUARIUM_URL', '')
110 117

  
......
125 132
        'Email change on %s alpha2 testing' % SITENAME)
126 133
PASSWORD_RESET_EMAIL_SUBJECT = getattr(settings, 'ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT',
127 134
        'Password reset on %s alpha2 testing' % SITENAME)
135

  

Also available in: Unified diff