Skip to content

Instantly share code, notes, and snippets.

@BeenzSyed
Created February 10, 2016 14:38
Show Gist options
  • Save BeenzSyed/9f9d661beff0aac50242 to your computer and use it in GitHub Desktop.
Save BeenzSyed/9f9d661beff0aac50242 to your computer and use it in GitHub Desktop.
root@devstack-server:/etc/heat# cat heat.conf
[DEFAULT]
stack_domain_admin_password = sabeen
stack_domain_admin = heat_domain_admin
stack_user_domain_id = 9c4f9f00a8724fb2b545d2c59f2af997
deferred_auth_method = trusts
logging_exception_prefix = %(color)s%(asctime)s.%(msecs)03d TRACE %(name)s %(instance)s
logging_debug_format_suffix = from (pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d
logging_default_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
logging_context_format_string = %(asctime)s.%(msecs)03d %(color)s%(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s%(color)s] %(instance)s%(color)s%(message)s
use_syslog = False
debug = True
region_name_for_services = RegionOne
auth_encryption_key = f2dec11d840d6e484bac21f611c693de
heat_watch_server_url = http://104.130.17.147:8003
heat_waitcondition_server_url = http://104.130.17.147:8000/v1/waitcondition
heat_metadata_server_url = http://104.130.17.147:8000
rpc_backend = rabbit
convergence_engine=true
[oslo_messaging_rabbit]
rabbit_userid = stackrabbit
rabbit_password = sabeen
rabbit_hosts = 104.130.17.147
[database]
connection = mysql+pymysql://root:sabeen@127.0.0.1/heat?charset=utf8
[keystone_authtoken]
signing_dir = /var/cache/heat
cafile = /opt/stack/data/ca-bundle.pem
admin_tenant_name = service
admin_password = sabeen
admin_user = heat
identity_uri = http://104.130.17.147:35357
auth_uri = http://104.130.17.147:5000/v2.0
[ec2authtoken]
auth_uri = http://104.130.17.147:5000/v2.0
[heat_api]
workers = 3
bind_port = 8004
[heat_api_cfn]
bind_port = 8000
[heat_api_cloudwatch]
bind_port = 8003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment