~tribaal/charms/trusty/nova-cloud-controller/update-charm-helpers-stable

« back to all changes in this revision

Viewing changes to templates/icehouse/neutron.conf

  • Committer: Liam Young
  • Date: 2015-04-01 15:10:32 UTC
  • mfrom: (97.1.31 nova-cloud-controller)
  • Revision ID: liam.young@canonical.com-20150401151032-jvz2tzm39d0wsofi
[james-page, r=gnuoy] Add 0mq support

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
lock_path = $state_path/lock
8
8
bind_host = {{ bind_host }}
9
9
auth_strategy = keystone
 
10
{% if notifications == 'True' -%}
10
11
notification_driver = neutron.openstack.common.notifier.rpc_notifier
 
12
{% endif -%}
11
13
api_workers = {{ workers }}
12
14
use_syslog = {{ use_syslog }}
13
15