~niedbalski/charms/trusty/quantum-gateway/fix-lp-1308557

« back to all changes in this revision

Viewing changes to templates/folsom/quantum.conf

  • Committer: Edward Hope-Morley
  • Date: 2014-03-26 18:10:04 UTC
  • mfrom: (45.1.3 quantum-gateway.lp1273067)
  • Revision ID: edward.hope-morley@canonical.com-20140326181004-qnxd1uh82mj7urz1
[hopem] Added support for logging to syslog

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
rabbit_host = {{ rabbitmq_host }}
6
6
rabbit_password = {{ rabbitmq_password }}
7
7
debug = True
 
8
use_syslog = {{ use_syslog }}
8
9
bind_host = 0.0.0.0
9
10
bind_port = 9696
10
11
core_plugin = {{ core_plugin }}