summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openstack/etc/neutron/dhcp_agent.ini4
-rw-r--r--openstack/etc/neutron/l3_agent.ini4
-rw-r--r--openstack/etc/neutron/metadata_agent.ini4
-rw-r--r--openstack/etc/neutron/neutron.conf4
4 files changed, 8 insertions, 8 deletions
diff --git a/openstack/etc/neutron/dhcp_agent.ini b/openstack/etc/neutron/dhcp_agent.ini
index de177b6f..56295670 100644
--- a/openstack/etc/neutron/dhcp_agent.ini
+++ b/openstack/etc/neutron/dhcp_agent.ini
@@ -1,7 +1,7 @@
[DEFAULT]
# Show debugging output in log (sets DEBUG log level output)
-debug = True
-verbose = True
+#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
diff --git a/openstack/etc/neutron/l3_agent.ini b/openstack/etc/neutron/l3_agent.ini
index e29c88c4..b92cc11c 100644
--- a/openstack/etc/neutron/l3_agent.ini
+++ b/openstack/etc/neutron/l3_agent.ini
@@ -1,7 +1,7 @@
[DEFAULT]
# Show debugging output in log (sets DEBUG log level output)
-debug = True
-verbose = True
+#debug = True
+#verbose = True
# L3 requires that an interface driver be set. Choose the one that best
# matches your plugin.
diff --git a/openstack/etc/neutron/metadata_agent.ini b/openstack/etc/neutron/metadata_agent.ini
index 688dbbc5..290072dc 100644
--- a/openstack/etc/neutron/metadata_agent.ini
+++ b/openstack/etc/neutron/metadata_agent.ini
@@ -1,7 +1,7 @@
[DEFAULT]
# Show debugging output in log (sets DEBUG log level output)
-debug = True
-verbose = True
+#debug = True
+#verbose = True
# The Neutron user information for accessing the Neutron API.
auth_url = ##KEYSTONE_INTERNAL_URL##
diff --git a/openstack/etc/neutron/neutron.conf b/openstack/etc/neutron/neutron.conf
index 1e832ccd..b987846f 100644
--- a/openstack/etc/neutron/neutron.conf
+++ b/openstack/etc/neutron/neutron.conf
@@ -1,6 +1,6 @@
[DEFAULT]
# Print more verbose output (set logging level to INFO instead of default WARNING level).
-verbose = True
+#verbose = True
# =========Start Global Config Option for Distributed L3 Router===============
# Setting the "router_distributed" flag to "True" will default to the creation
@@ -16,7 +16,7 @@ neutron_metadata_proxy_shared_secret=openstack
service_neutron_metadata_proxy=True
# Print debugging output (set logging level to DEBUG instead of default WARNING level).
-debug = True
+#debug = True
# Where to store Neutron state files. This directory must be writable by the
# user executing the agent.