summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/neutron/neutron.conf
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-01 17:18:12 +0000
committerRichard Ipsum <richardipsum@fastmail.co.uk>2015-04-10 20:17:47 +0100
commit1aa2c433b27a91bd8413fc7838d1ef46bee090df (patch)
tree2dc1b5ff936801820d16019950db6c23f475d58e /openstack/usr/share/openstack/neutron/neutron.conf
parent16f290eb0382402b48c7c08e59014c43ae20df2d (diff)
downloaddefinitions-1aa2c433b27a91bd8413fc7838d1ef46bee090df.tar.gz
32 patch comments
Diffstat (limited to 'openstack/usr/share/openstack/neutron/neutron.conf')
-rw-r--r--openstack/usr/share/openstack/neutron/neutron.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/openstack/usr/share/openstack/neutron/neutron.conf b/openstack/usr/share/openstack/neutron/neutron.conf
index 4608e732..75d69c4c 100644
--- a/openstack/usr/share/openstack/neutron/neutron.conf
+++ b/openstack/usr/share/openstack/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 = False
# =========Start Global Config Option for Distributed L3 Router===============
# Setting the "router_distributed" flag to "True" will default to the creation
@@ -12,11 +12,11 @@ verbose = True
#
# ===========End Global Config Option for Distributed L3 Router===============
-neutron_metadata_proxy_shared_secret=openstack
+neutron_metadata_proxy_shared_secret={{ METADATA_PROXY_SHARED_SECRET }}
service_neutron_metadata_proxy=True
# Print debugging output (set logging level to DEBUG instead of default WARNING level).
-debug = True
+#debug = False
# Where to store Neutron state files. This directory must be writable by the
# user executing the agent.
@@ -35,7 +35,8 @@ lock_path = $state_path/lock
# (not user_stderr) and (not log_file) -> stdout
# publish_errors -> notification system
-# use_syslog = False
+use_syslog = True
+
# syslog_log_facility = LOG_USER
# use_stderr = True