Revision 9a06d96f snf-astakos-app/README

b/snf-astakos-app/README
85 85
ASTAKOS_GREETING_EMAIL_SUBJECT              'Welcome to %s alpha2 testing' % SITENAME                                       Welcome email subject
86 86
ASTAKOS_FEEDBACK_EMAIL_SUBJECT              'Feedback from %s alpha2 testing' % SITENAME                                    Feedback email subject
87 87
ASTAKOS_VERIFICATION_EMAIL_SUBJECT          '%s alpha2 testing account activation is needed' % SITENAME                     Account activation email subject
88
ASTAKOS_ADMIN_NOTIFICATION_EMAIL_SUBJECT    '%s alpha2 testing account created (%%(user)s)' % SITENAME                      Account creation admin notification email subject
88
ASTAKOS_ACCOUNT_CREATION_SUBJECT            '%s alpha2 testing account created (%%(user)s)' % SITENAME                      Account creation email subject
89
ASTAKOS_GROUP_CREATION_SUBJECT              '%s alpha2 testing group created (%%(group)s)' % SITENAME                       Group creation email subject
89 90
ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT '%s alpha2 testing account activated (%%(user)s)' % SITENAME                    Account activation helpdesk notification email subject
90 91
ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT          'Email change on %s alpha2 testing' % SITENAME                                  Email change subject               
91 92
ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT        'Password reset on %s alpha2 testing' % SITENAME                                Password change email subject
93

  
92 94
ASTAKOS_QUOTA_HOLDER_URL                    ''                                                                              The quota holder URI
93
                                                                                                                    e.g. ``http://localhost:8080/api/quotaholder/v``
94
ASTAKOS_SERVICES                            {'cyclades': {'url':'https://node1.example.com/ui/', 'quota': {'vm': 2}},       Cloud service default url and quota      
95
                                            'pithos+':  {'url':'https://node2.example.com/ui/', 'quota': {                  
96
                                            'diskspace': 50 * 1024 * 1024 * 1024}}})                                        
95
                                                                                                                            e.g. ``http://localhost:8080/api/quotaholder/v``
96
ASTAKOS_SERVICES                            {'cyclades': {'resources': [{'desc': 'Number of virtual machines',              Default cloud service information
97
                                            'group': 'storage',
98
                                            'name': 'vm',
99
                                            'uplimit': 2},
100
                                            {'desc': 'Virtual machine disk size',
101
                                            'group': 'storage',
102
                                            'name': 'disksize',
103
                                            'unit': 'GB',
104
                                            'uplimit': 5},
105
                                            {'desc': 'Number of virtual machine processors',
106
                                            'group': 'storage',
107
                                            'name': 'cpu',
108
                                            'uplimit': 1},
109
                                            {'desc': 'Virtual machines',
110
                                            'group': 'storage',
111
                                            'name': 'ram',
112
                                            'unit': 'MB',
113
                                            'uplimit': 1024}],
114
                                            'url': 'https://node1.example.com/ui/'},
115
                                            'pithos+': {'resources': [{'desc': 'Pithos account diskspace',
116
                                            'group': 'compute',
117
                                            'name': 'diskspace',
118
                                            'unit': 'bytes',
119
                                            'uplimit': 5368709120}],
120
                                            'url': 'https://node2.example.com/ui/'}}                                                                               
97 121
ASTAKOS_AQUARIUM_URL                        ''                                                                              The billing (aquarium) URI
98
                                                                                                                    e.g. ``http://localhost:8888/user``
122
                                                                                                                            e.g. ``http://localhost:8888/user``
99 123
ASTAKOS_PAGINATE_BY                         10                                                                              Number of object to be displayed per page
124

  
125
ASTAKOS_NEWPASSWD_INVALIDATE_TOKEN          True                                                                            Enforce token renewal on password change/reset. If set to False, user can optionally decide
126
                                                                                                                            whether to renew the token or not.
100 127
=========================================== =============================================================================   ===========================================================================================
101 128

  
102 129
Administrator functions

Also available in: Unified diff