~corey.bryant/charms/trusty/quantum-gateway/end-of-life

« back to all changes in this revision

Viewing changes to templates/havana/neutron.conf

  • Committer: Corey Bryant
  • Date: 2015-07-16 19:59:31 UTC
  • Revision ID: corey.bryant@canonical.com-20150716195931-2p7sloju2305jsfx
quantum-gateway charm has reached end-of-life

Strip all functionality from charm and issue status message
reporting end-of-life and pointing users to neutron-gateway charm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
###############################################################################
2
 
# [ WARNING ]
3
 
# Configuration file maintained by Juju. Local changes may be overwritten.
4
 
###############################################################################
5
 
[DEFAULT]
6
 
verbose = {{ verbose }}
7
 
debug = {{ debug }}
8
 
use_syslog = {{ use_syslog }}
9
 
lock_path = /var/lock/neutron
10
 
core_plugin = {{ core_plugin }}
11
 
{% include "parts/rabbitmq" %}
12
 
control_exchange = neutron
13
 
notification_driver = neutron.openstack.common.notifier.list_notifier
14
 
list_notifier_drivers = neutron.openstack.common.notifier.rabbit_notifier
15
 
[agent]
16
 
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf