summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/l3_agent.ini
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-27 12:45:08 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-27 12:45:08 +0000
commite6de0454599f2e9cb4ea69a9d9fdab32eae0fa3f (patch)
tree8647a967fb531d30310466f94e6b5a1b9ead5ee9 /openstack/etc/neutron/l3_agent.ini
parent6c0832decc7f3ac2ef059d9f55951d21678b3f42 (diff)
downloaddefinitions-e6de0454599f2e9cb4ea69a9d9fdab32eae0fa3f.tar.gz
Fix neutron, nova and glance configuration
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.