Removing notification_driver line in neutron.conf

An extra notification_driver line slipped into neutron.conf in a recent
commit and it references a variable that isn't being set.

Closes-bug: 1523654
Related-bug: 1522506

Change-Id: I279ca231f668c229f5eb93230b26f0c8502db0a9
This commit is contained in:
Major Hayden 2015-12-07 14:01:52 -06:00
parent e142145b0e
commit 2e9a29447f

View File

@ -17,11 +17,6 @@ network_device_mtu = {{ neutron_network_device_mtu }}
allow_overlapping_ips = True
vlan_transparent = False
#Ceilometer configurations
{% if neutron_ceilometer_enabled %}
notification_driver = {{ neutron_driver_notification }}
{% endif %}
# Plugins
core_plugin = {{ neutron_plugin_core }}
{% if neutron_plugin_type != 'plumgrid' %}