summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-01 17:10:08 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-01 17:10:08 +0000
commit8c774e2f0429eb30ec79db3b38f9c7caf5f5fb9a (patch)
tree545bfbe7e4f01c3fad54fa20d8505279469053e5
parent17275ac6a4ef11685bd205c91955e5b8516163e7 (diff)
downloaddefinitions-8c774e2f0429eb30ec79db3b38f9c7caf5f5fb9a.tar.gz
Disable verbose and debug in neutron and its agents
-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.