Revision 27738c43 snf-cyclades-app/conf/20-snf-cyclades-app-ui.conf

b/snf-cyclades-app/conf/20-snf-cyclades-app-ui.conf
3 3
## UI settings
4 4
####################
5 5
#
6
## API URL
7
#COMPUTE_API_URL = '/api/v1.1'
8
#
9 6
## base url for ui static files
10 7
## if not set, defaults to MEDIA_URL + 'snf-<latest_ui_version>/'
11 8
#UI_MEDIA_URL = '/static/ui/static/snf/'
......
39 36
## consecutive API calls (aligning changes-since attribute).
40 37
#UI_CHANGES_SINCE_ALIGNMENT = 0
41 38
#
42
## URL to redirect not authenticated users
43
#UI_LOGIN_URL = "/im/login"
44
#
45
## URL to redirect user to when he logs out from the ui
46
#UI_LOGOUT_URL = "/im/logout"
47
#
48 39
## Cookie name to retrieve authentication data from
49 40
#UI_AUTH_COOKIE_NAME = '_pithos2_a'
50 41
#
......
187 178
## UI EXTENSIONS
188 179
################
189 180
#
190
## Glance images API endpoint
191
#UI_GLANCE_API_URL = '/plankton'
192
#
193 181
## Whether or not UI should display images from the Glance API
194
## set in UI_GLANCE_API_URL, if setting is set to False, ui will
195
## request images from Compute API
182
## If setting is set to False, ui will request images from Compute API
196 183
#UI_ENABLE_GLANCE = True
197 184
#
198 185
## a dict of image owner ids and their associate name

Also available in: Unified diff