Revision a2214bd1 snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
130 130

  
131 131
# Set the quota holder component URI
132 132
QUOTAHOLDER_URL = getattr(settings, 'ASTAKOS_QUOTAHOLDER_URL', '')
133
QUOTAHOLDER_TOKEN = getattr(settings, 'ASTAKOS_QUOTAHOLDER_Token', '')
133
QUOTAHOLDER_TOKEN = getattr(settings, 'ASTAKOS_QUOTAHOLDER_TOKEN', '')
134 134

  
135 135
# Set the cloud service properties
136 136
SERVICES = getattr(settings, 'ASTAKOS_SERVICES', {
......
199 199
                'help_text':'group compute help text',
200 200
                'is_abbreviation':False,
201 201
                'report_desc':'',
202
                 'verbose_name':'compute', 
202
                 'verbose_name':'compute',
203 203
            },
204 204
            'storage': {
205 205
                'help_text':'group storage help text',
206 206
                'is_abbreviation':False,
207 207
                'report_desc':'',
208
                 'verbose_name':'storage', 
208
                 'verbose_name':'storage',
209 209
            },
210 210
        },
211 211
        'resources': {
......
214 214
                'is_abbreviation':False,
215 215
                'report_desc':'Pithos+ Diskspace',
216 216
                'placeholder':'eg. 10GB',
217
                'verbose_name':'diskspace', 
217
                'verbose_name':'diskspace',
218 218
            },
219 219
            'cyclades.vm': {
220 220
                'help_text':'resource cyclades.vm help text resource cyclades.vm help text resource cyclades.vm help text resource cyclades.vm help text',
221 221
                'is_abbreviation':True,
222 222
                'report_desc':'Virtual Machines',
223 223
                'placeholder':'eg. 2',
224
                'verbose_name':'vm', 
224
                'verbose_name':'vm',
225 225
            },
226 226
            'cyclades.disk': {
227 227
                'help_text':'resource cyclades.disk help text',
......
251 251
                'placeholder':'eg. 1',
252 252
                'verbose_name':'private network'
253 253
            }
254
        
254

  
255 255
        }
256
        
256

  
257 257
    })
258 258

  
259 259
# Permit local account migration

Also available in: Unified diff