~ubuntu-branches/ubuntu/trusty/heat/trusty-security

« back to all changes in this revision

Viewing changes to etc/heat/heat-api-cloudwatch.conf

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-09-08 21:51:19 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20130908215119-7tcek6gn73275x5k
Tags: upstream-2013.2~b3
ImportĀ upstreamĀ versionĀ 2013.2~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[DEFAULT]
2
 
# Show more verbose log output (sets INFO log level output)
3
 
verbose = True
4
 
 
5
 
# Show debugging output in logs (sets DEBUG log level output)
6
 
debug = True
7
 
 
8
 
# Turn off standard error logging
9
 
use_stderr = False
10
 
 
11
 
# Log to this file. Make sure the user running heat-api has
12
 
# permissions to write to this file!
13
 
log_file = /var/log/heat/api-cloudwatch.log
14
 
 
15
 
# Send logs to syslog (/dev/log) instead of to file specified
16
 
# by `log_file`
17
 
use_syslog = False
18
 
 
19
 
# Facility to use. If unset defaults to LOG_USER.
20
 
# syslog_log_facility = LOG_LOCAL0
21
 
 
22
 
# Address to bind the server to
23
 
bind_host = 0.0.0.0
24
 
 
25
 
# Port the bind the server to
26
 
bind_port = 8003
27
 
 
28
 
rpc_backend=heat.openstack.common.rpc.impl_qpid
29
 
 
30
 
# Uncomment to deploy different flavor of heat-api-cloudwatch pipeline:
31
 
# [paste_deploy]
32
 
# flavor = standalone
33
 
 
34
 
[keystone_authtoken]
35
 
auth_host = 127.0.0.1
36
 
auth_port = 35357
37
 
auth_protocol = http
38
 
auth_uri = http://127.0.0.1:5000/v2.0
39
 
 
40
 
# These must be set to your local values in order for the token
41
 
# authentication to work.
42
 
admin_tenant_name = service
43
 
admin_user = heat
44
 
admin_password = verybadpass
45
 
 
46
 
[ec2authtoken]
47
 
auth_uri = http://127.0.0.1:5000/v2.0
48
 
keystone_ec2_uri = http://localhost:5000/v2.0/ec2tokens