summaryrefslogtreecommitdiff
path: root/openstack/etc/neutron/dhcp_agent.ini
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/neutron/dhcp_agent.ini')
-rw-r--r--openstack/etc/neutron/dhcp_agent.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/openstack/etc/neutron/dhcp_agent.ini b/openstack/etc/neutron/dhcp_agent.ini
index 72f5ed14..edb539bc 100644
--- a/openstack/etc/neutron/dhcp_agent.ini
+++ b/openstack/etc/neutron/dhcp_agent.ini
@@ -1,6 +1,7 @@
[DEFAULT]
# Show debugging output in log (sets DEBUG log level output)
-# debug = False
+debug = True
+verbose = True
# The DHCP agent will resync its state with Neutron to recover from any
# transient notification or rpc errors. The interval is number of
@@ -28,11 +29,11 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
# The agent can use other DHCP drivers. Dnsmasq is the simplest and requires
# no additional setup of the DHCP server.
-# dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
+dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
# Allow overlapping IP (Must have kernel build with CONFIG_NET_NS=y and
# iproute2 package that supports namespaces).
-# use_namespaces = True
+use_namespaces = True
# The DHCP server can assist with providing metadata support on isolated
# networks. Setting this value to True will cause the DHCP server to append