Revision 8c26221c snf-cyclades-app/conf/20-snf-cyclades-app-api.conf

b/snf-cyclades-app/conf/20-snf-cyclades-app-api.conf
64 64
#APPEND_SLASH = False
65 65
#
66 66
## Fixed mapping of user VMs to a specific backend.
67
## e.g. BACKEND_PER_USER = {'example@okeanos.grnet.gr': 2}
67
## e.g. BACKEND_PER_USER = {'example@synnefo.org': 2}
68 68
#BACKEND_PER_USER = {}
69 69
#
70 70
## List of backend IDs used *only* for archipelago.
......
74 74
## URL templates for the stat graphs.
75 75
## The API implementation replaces '%s' with the encrypted backend id.
76 76
## FIXME: For now we do not encrypt the backend id.
77
#CPU_BAR_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/cpu-bar.png'
78
#CPU_TIMESERIES_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/cpu-ts.png'
79
#NET_BAR_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/net-bar.png'
80
#NET_TIMESERIES_GRAPH_URL = 'http://stats.okeanos.grnet.gr/%s/net-ts.png'
77
#CPU_BAR_GRAPH_URL = 'http://stats.synnefo.org/%s/cpu-bar.png'
78
#CPU_TIMESERIES_GRAPH_URL = 'http://stats.synnefo.org/%s/cpu-ts.png'
79
#NET_BAR_GRAPH_URL = 'http://stats.synnefo.org/%s/net-bar.png'
80
#NET_TIMESERIES_GRAPH_URL = 'http://stats.synnefo.org/%s/net-ts.png'
81 81
#
82 82
## Recommended refresh period for server stats
83 83
#STATS_REFRESH_PERIOD = 60

Also available in: Unified diff