summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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