Comment 8 for bug 1594441

Revision history for this message
Guoping Jia (guoping-jia) wrote :

Sorry for getting back to you late. Here is the heat.conf file we are using.

[DEFAULT]
verbose = True
debug = True
use_syslog = False
log_dir = /var/log/heat
region_name_for_services = xxx
rpc_backend = rabbit
auth_encryption_key = xxx
deferred_auth_method = trusts
stack_user_domain_id = xxx
stack_domain_admin = xxx
stack_domain_admin_password = xxx
heat_watch_server_url = https://xxx:8003
heat_metadata_server_url = https://xxx:8000
heat_waitcondition_server_url = https://xxx:8000/v1/waitcondition
notification_topic = notifications
notification_driver = messaging
environment_dir = /opt/stack/service/heat-engine/etc/heat/environment.d
plugin_dirs = /opt/stack/service/heat-engine/venv/share/lib/heat
heat_stack_user_role = heat_stack_user
encrypt_parameters_and_properties = True

[oslo_messaging_rabbit]
rabbit_userid = xxx
rabbit_hosts = xxx:5672,xxx:5672
rabbit_password = xxx
rabbit_use_ssl = False

[database]
connection = mysql://heat:xxxx@xxxx/heat?charset=utf8

[keystone_authtoken]
auth_uri = https://x.x.x.x:5000/v2.0
admin_tenant_name = services
admin_password = xxxx
admin_user = heat
identity_uri = https://x.x.x.x:5000

[ec2authtoken]
auth_uri = https://x.x.x.x:5000/v2.0

[audit_middleware_notifications]
driver = log

[heat_api]
bind_port = 8004
workers = 2
bind_host = x.x.x.x

[heat_api_cfn]
bind_port = 8000
bind_host = x.x.x.x

[heat_api_cloudwatch]
bind_port = 8003
bind_host = x.x.x.x

[paste_deploy]
api_paste_config = /opt/stack/service/heat-engine/etc/heat/api-paste.ini

[clients]
endpoint_type = internalURL

[clients_heat]
endpoint_type = publicURL
ca_file = /etc/ssl/certs/ca-certificates.crt
insecure = True

### End of File ###
## Do NOT put anything after this line ##