[DEFAULT] # Show more verbose log output (sets INFO log level output) verbose = True # 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/api-cloudwatch.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 # 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 # Uncomment to deploy different flavor of heat-api-cloudwatch pipeline: # [paste_deploy] # flavor = standalone [keystone_authtoken] auth_host = 127.0.0.1 auth_port = 35357 auth_protocol = http auth_uri = http://127.0.0.1:5000/v2.0 # These must be set to your local values in order for the token # authentication to work. admin_tenant_name = service admin_user = heat admin_password = verybadpass [ec2authtoken] auth_uri = http://127.0.0.1:5000/v2.0