Revision 4e0e9d53 snf-cyclades-app/synnefo/app_settings/default/api.py

b/snf-cyclades-app/synnefo/app_settings/default/api.py
92 92
# URL templates for the stat graphs.
93 93
# The API implementation replaces '%s' with the encrypted backend id.
94 94
CPU_BAR_GRAPH_URL = 'http://stats.example.synnefo.org/stats/v1.0/cpu-bar/%s'
95
CPU_TIMESERIES_GRAPH_URL = 'http://stats.example.synnefo.org/stats/v1.0/cpu-ts/%s'
95
CPU_TIMESERIES_GRAPH_URL = \
96
    'http://stats.example.synnefo.org/stats/v1.0/cpu-ts/%s'
96 97
NET_BAR_GRAPH_URL = 'http://stats.example.synnefo.org/stats/v1.0/net-bar/%s'
97
NET_TIMESERIES_GRAPH_URL = 'http://stats.example.synnefo.org/stats/v1.0/net-ts/%s'
98
NET_TIMESERIES_GRAPH_URL = \
99
    'http://stats.example.synnefo.org/stats/v1.0/net-ts/%s'
98 100

  
99 101
# Recommended refresh period for server stats
100 102
STATS_REFRESH_PERIOD = 60

Also available in: Unified diff