# Show debugging output in log (sets DEBUG log level output)
# debug = true
-# Where to store dnsmasq state files. This directory must be writable by the
-# user executing the agent.
-# state_path = /var/lib/quantum
-
# The DHCP agent will resync its state with Quantum to recover from any
# transient notification or rpc errors. The interval is number of
# seconds between attempts.
# If use_namespaces is set as False then the agent can only configure one router.
-# Where to store Quantum state files. This directory must be writable by the
-# user executing the agent.
-# state_path = /var/lib/quantum
-
# This is done by setting the specific router_id.
# router_id =
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
-# Where to store metadata state files. This directory must be writable by the
-# user executing the agent.
-# state_path = /var/lib/quantum
-
# IP address used by Nova metadata server
# nova_metadata_ip = 127.0.0.1
# debug = False
# verbose = False
+# Where to store Quantum state files. This directory must be writable by the
+# user executing the agent.
+# state_path = /var/lib/quantum
+
# log_format = %(asctime)s %(levelname)8s [%(name)s] %(message)s
# log_date_format = %Y-%m-%d %H:%M:%S