summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/neutron/l3_agent.ini
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-14 12:01:49 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-15 09:49:13 +0000
commitdd923b6e4c1eed5c433a523bca629a51637e91d7 (patch)
treeb18170732ed6c62aa603bc8fedc136b2b68f1aae /openstack/usr/share/openstack/neutron/l3_agent.ini
parent4570cf8fcbf39a6bca315afb05d49d6aa4dddd51 (diff)
downloaddefinitions-dd923b6e4c1eed5c433a523bca629a51637e91d7.tar.gz
Openstack: Make Neutron configurable
Change-Id: I517142d6879f4cfce821a21a5fe2b661e184ce53 Signed-off-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Signed-off-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Signed-off-by: Richard Maw <richard.maw@codethink.co.uk>
Diffstat (limited to 'openstack/usr/share/openstack/neutron/l3_agent.ini')
-rw-r--r--openstack/usr/share/openstack/neutron/l3_agent.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/openstack/usr/share/openstack/neutron/l3_agent.ini b/openstack/usr/share/openstack/neutron/l3_agent.ini
index 94c97147..000cd997 100644
--- a/openstack/usr/share/openstack/neutron/l3_agent.ini
+++ b/openstack/usr/share/openstack/neutron/l3_agent.ini
@@ -1,6 +1,7 @@
[DEFAULT]
# Show debugging output in log (sets DEBUG log level output)
# debug = False
+use_syslog = True
# L3 requires that an interface driver be set. Choose the one that best
# matches your plugin.
@@ -8,7 +9,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
@@ -20,7 +21,7 @@
# Allow overlapping IP (Must have kernel build with CONFIG_NET_NS=y and
# iproute2 package that supports namespaces).
-# use_namespaces = True
+use_namespaces = True
# If use_namespaces is set as False then the agent can only configure one router.
@@ -43,7 +44,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