# Port the bind the server to
bind_port = 8000
+# Turn off standard error logging
+use_stderr = False
+
# Log to this file. Make sure the user running heat-api-cfn has
# permissions to write to this file!
log_file = /var/log/heat/api-cfn.log
# Show debugging output in logs (sets DEBUG log level output)
debug = True
-# Address to bind the server to
-bind_host = 0.0.0.0
-
-# Port the bind the server to
-bind_port = 8003
+# Turn off standard error logging
+use_stderr = False
# Log to this file. Make sure the user running heat-api has
# permissions to write to this file!
log_file = /var/log/heat/api-cloudwatch.log
-# ================= Syslog Options ============================
-
# Send logs to syslog (/dev/log) instead of to file specified
# by `log_file`
use_syslog = False
# Facility to use. If unset defaults to LOG_USER.
# syslog_log_facility = LOG_LOCAL0
+# Address to bind the server to
+bind_host = 0.0.0.0
+
+# Port the bind the server to
+bind_port = 8003
+
rpc_backend=heat.openstack.common.rpc.impl_qpid
# Show debugging output in logs (sets DEBUG log level output)
debug = True
-# Address to bind the server to
-bind_host = 0.0.0.0
-
-# Port the bind the server to
-bind_port = 8004
+# Turn off standard error logging
+use_stderr = False
# Log to this file. Make sure the user running heat-api-cfn has
# permissions to write to this file!
log_file = /var/log/heat/api.log
-# ================= Syslog Options ============================
-
# Send logs to syslog (/dev/log) instead of to file specified
# by `log_file`
use_syslog = False
# Facility to use. If unset defaults to LOG_USER.
# syslog_log_facility = LOG_LOCAL0
+# Address to bind the server to
+bind_host = 0.0.0.0
+
+# Port the bind the server to
+bind_port = 8004
+
rpc_backend=heat.openstack.common.rpc.impl_qpid
# Uncomment this if you're using a custom cloud backend:
# [paste_deploy]
-# flavor = custombackend
\ No newline at end of file
+# flavor = custombackend
# Show debugging output in logs (sets DEBUG log level output)
debug = True
+# Turn off standard error logging
+use_stderr = False
+
+# Log to this file. Make sure the user running heat-api has
+# permissions to write to this file!
+log_file = /var/log/heat/engine.log
+
+# Send logs to syslog (/dev/log) instead of to file specified
+# by `log_file`
+use_syslog = False
+
+# Facility to use. If unset defaults to LOG_USER.
+# syslog_log_facility = LOG_LOCAL0
+
# Keystone role for heat template-defined users
heat_stack_user_role = heat_stack_user
# NOTE : change this from 127.0.0.1 !!
heat_watch_server_url = http://127.0.0.1:8003
-# Log to this file. Make sure the user running heat-api has
-# permissions to write to this file!
-log_file = /var/log/heat/engine.log
-
-# ================= Syslog Options ============================
-
-# Send logs to syslog (/dev/log) instead of to file specified
-# by `log_file`
-use_syslog = False
-
-# Facility to use. If unset defaults to LOG_USER.
-# syslog_log_facility = LOG_LOCAL0
-
# The namespace for the custom backend. Must provide class Clients which will be
# imported. Defaults to OpenStack if none provided.
# cloud_backend=deltacloud_heat.client