~openstack-charmers-next/charms/vivid/nova-compute/trunk

« back to all changes in this revision

Viewing changes to templates/icehouse/neutron.conf

  • Committer: James Page
  • Date: 2016-04-08 10:06:51 UTC
  • Revision ID: james.page@ubuntu.com-20160408100651-t18z7xdyuue1w1m4
Drop support for legacy Neutron management

The nova-compute charm originally managed the Neutron services
and configuration files for the hypervisor units; this has be
devolved into subordinate charms such as neutron-openvswitch
providing a nicer separation between Nova and Neutron.

Drop remaining legacy Neutron support from this charm as it was
deprecated for removal last cycle.

Change-Id: If3bd62d169c8e8804570c75e7311bf005c13683a

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# grizzly
2
 
###############################################################################
3
 
# [ WARNING ]
4
 
# Configuration file maintained by Juju. Local changes may be overwritten.
5
 
###############################################################################
6
 
[DEFAULT]
7
 
state_path = /var/lib/neutron
8
 
lock_path = $state_path/lock
9
 
bind_host = 0.0.0.0
10
 
bind_port = 9696
11
 
 
12
 
{% if core_plugin -%}
13
 
core_plugin =  {{ core_plugin }}
14
 
{% endif -%}
15
 
 
16
 
api_paste_config = /etc/neutron/api-paste.ini
17
 
auth_strategy = keystone
18
 
notification_driver = neutron.openstack.common.notifier.rpc_notifier
19
 
use_syslog = {{ use_syslog }}
20
 
default_notification_level = INFO
21
 
notification_topics = notifications
22
 
 
23
 
{% include "parts/rabbitmq" %}
24
 
 
25
 
[QUOTAS]
26
 
 
27
 
[DEFAULT_SERVICETYPE]
28
 
 
29
 
[AGENT]
30
 
root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
31
 
 
32
 
[keystone_authtoken]
33
 
signing_dir = /var/lib/neutron/keystone-signing
34