~niedbalski/charms/trusty/glance/fix-lp-1308557

« back to all changes in this revision

Viewing changes to templates/folsom/glance-api.conf

  • Committer: James Page
  • Date: 2014-02-17 15:11:33 UTC
  • mfrom: (43.1.3 glance-syslog)
  • Revision ID: james.page@canonical.com-20140217151133-u94ewuf0zm2037qh
[yolanda.robla] Add support for syslog logging

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[DEFAULT]
2
2
verbose = True
 
3
use_syslog = {{ use_syslog }}
3
4
debug = True
4
5
{% if rbd_pool %}
5
6
default_store = rbd
25
26
{% endif %}
26
27
sql_idle_timeout = 3600
27
28
workers = 1
28
 
use_syslog = False
29
29
registry_host = 0.0.0.0
30
30
registry_port = 9191
31
31
registry_client_protocol = http