[root@osnode100004 ~]# cat /etc/heat/heat.conf
[DEFAULT]
rpc_backend = heat.openstack.common.rpc.impl_kombu
rabbit_host = 10.252.100.4
rabbit_userid=nova
rabbit_password = c0m.syswin
verbose = True
heat_metadata_server_url = http://10.252.100.4:8000
heat_waitcondition_server_url = http://10.252.100.4:8000/v1/waitcondition
deferred_auth_method=password
stack_user_domain_id=4612d0c1a17f4dbea938ed8ba31b6d58
stack_domain_admin=heat_domain_admin
stack_domain_admin_password=PASSWD
[database]
connection = mysql://heat:PASSWD@10.252.100.4/heat
[ec2authtoken]
auth_uri=http://10.252.100.4:5000/v2.0
[keystone_authtoken]
auth_uri = http://10.252.100.4:5000/v2.0
identity_uri = http://10.252.100.4:35357
admin_tenant_name = service
admin_user = heat
admin_password = ADMIN_PASS
[revision]
heat_revision=2014.2.1-1.el6
