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
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-05-20 14:09:40 +0000
commit8e6921b91ab6ac81325e898308d24c504ee54ea2 (patch)
tree0bd9c9e4a0ff0c30f21d7a9c4ff3cec7224e4f00 /openstack/usr/share/openstack/neutron/l3_agent.ini
parent2a12037c85bb2be69001d775ae779c6a415ae373 (diff)
downloaddefinitions-baserock/tiagogomes/os-kilo.tar.gz
Neutron: add back the custom configurationbaserock/tiagogomes/os-kilo
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