summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/l3_agent.ini
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/neutron/l3_agent.ini')
-rw-r--r--openstack/etc/neutron/l3_agent.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/openstack/etc/neutron/l3_agent.ini b/openstack/etc/neutron/l3_agent.ini
index 6953b7cd..e29c88c4 100644
--- a/openstack/etc/neutron/l3_agent.ini
+++ b/openstack/etc/neutron/l3_agent.ini
@@ -1,6 +1,7 @@
[DEFAULT]
# Show debugging output in log (sets DEBUG log level output)
-# debug = False
+debug = True
+verbose = True
# L3 requires that an interface driver be set. Choose the one that best
# matches your plugin.
@@ -20,7 +21,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
# 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.