summaryrefslogtreecommitdiff
path: root/openstack
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-12-15 10:05:45 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-11 18:30:32 +0000
commit8f57ffb8c570254e5595d79e893320872732ca4b (patch)
treece71a6de08aa85f52782412c9f7fbc3c2646ae3d /openstack
parent5760d0ac85f4da9f27e17b2c70ec383609277154 (diff)
downloaddefinitions-8f57ffb8c570254e5595d79e893320872732ca4b.tar.gz
Enable driver and external networking on neutron/l3_agent.ini
Diffstat (limited to 'openstack')
-rw-r--r--openstack/etc/neutron/l3_agent.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/etc/neutron/l3_agent.ini b/openstack/etc/neutron/l3_agent.ini
index 4aa11971..6953b7cd 100644
--- a/openstack/etc/neutron/l3_agent.ini
+++ b/openstack/etc/neutron/l3_agent.ini
@@ -8,7 +8,7 @@
# Example of interface_driver option for OVS based plugins (OVS, Ryu, NEC)
# that supports L3 agent
-# interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
+interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
# Use veth for an OVS interface or not.
# Support kernels with limited namespace support
@@ -43,7 +43,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