summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/neutron/l3_agent.ini
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-05-19 15:00:52 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-05-21 14:10:39 +0000
commit887619269afd8da241daf145996327ca7e7d0dec (patch)
treef42d4aff9134e6f390f32687d295be22cc1bb6c6 /openstack/usr/share/openstack/neutron/l3_agent.ini
parentd6862f2aa420a29cca41b2041e2c127b4e193ede (diff)
downloaddefinitions-887619269afd8da241daf145996327ca7e7d0dec.tar.gz
Neutron: add back the custom configuration
Add back the custom configuration for Neutron, this time adapted for the OpenStack Kilo release.
Diffstat (limited to 'openstack/usr/share/openstack/neutron/l3_agent.ini')
-rw-r--r--openstack/usr/share/openstack/neutron/l3_agent.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/usr/share/openstack/neutron/l3_agent.ini b/openstack/usr/share/openstack/neutron/l3_agent.ini
index 0d56436b..bc1321e4 100644
--- a/openstack/usr/share/openstack/neutron/l3_agent.ini
+++ b/openstack/usr/share/openstack/neutron/l3_agent.ini
@@ -4,7 +4,7 @@
# L3 requires that an interface driver be set. Choose the one that best
# matches your plugin.
-# interface_driver =
+interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
# Example of interface_driver option for OVS based plugins (OVS, Ryu, NEC)
# that supports L3 agent
@@ -59,7 +59,7 @@
# Name of bridge used for external network traffic. This should be set to
# empty value for the linux bridge. when this parameter is set, each L3 agent
# can be associated with no more than one external network.
-# external_network_bridge = br-ex
+external_network_bridge = br-ex
# TCP Port used by Neutron metadata server
# metadata_port = 9697