Revision e3ff6830 snf-cyclades-app/synnefo/app_settings/default/ui.py

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

  
6 6
# API URL
7
COMPUTE_API_URL = '/api/v1.1'
7
#COMPUTE_API_URL = '/api/v1.1'
8 8

  
9 9
# base url for ui static files
10 10
# if not set, defaults to MEDIA_URL + 'snf-<latest_ui_version>/'
......
24 24
# How often should the UI request changes from the API
25 25
UI_UPDATE_INTERVAL = 5000
26 26

  
27
# Milieconds to increase the interval after 
27
# Milieconds to increase the interval after
28 28
# UI_UPDATE_INTERVAL_INCREASE_AFTER_CALLS_COUNT calls
29 29
# of recurrent api requests
30 30
UI_UPDATE_INTERVAL_INCREASE = UI_UPDATE_INTERVAL / 4
......
190 190
###############
191 191

  
192 192
# Glance images API endpoint
193
UI_GLANCE_API_URL = '/plankton'
193
#UI_GLANCE_API_URL = '/plankton'
194 194

  
195 195
# Whether or not UI should display images from the Glance API
196 196
# set in UI_GLANCE_API_URL, if setting is set to False, ui will

Also available in: Unified diff