[DEFAULT] debug = True log_dir = /var/log/kolla/heat log_file = $log_dir/heat-api-cfn.log heat_metadata_server_url = http://10.0.0.36:8000 heat_waitcondition_server_url = http://10.0.0.36:8000/v1/waitcondition heat_stack_user_role = heat_stack_user stack_domain_admin = heat_domain_admin stack_domain_admin_password = contrail123 stack_user_domain_name = heat_user_domain transport_url = rabbit://openstack:contrail123@10.0.0.36:5672// region_name_for_services = RegionOne server_keystone_endpoint_type = public [heat_api_cfn] bind_host = 10.0.0.36 bind_port = 8000 workers = 1 [database] connection = mysql+pymysql://heat:contrail123@10.0.0.36:3306/heat connection_recycle_time = 10 max_pool_size = 1 max_retries = -1 [keystone_authtoken] service_type = orchestration www_authenticate_uri = http://10.0.0.36:5000 auth_url = http://10.0.0.36:35357 auth_type = password project_domain_id = default user_domain_id = default project_name = service username = heat password = contrail123 cafile = region_name = RegionOne memcache_security_strategy = ENCRYPT memcache_secret_key = contrail123 memcached_servers = 10.0.0.36:11211 [cache] backend = oslo_cache.memcache_pool enabled = True memcache_servers = 10.0.0.36:11211 [trustee] auth_uri = http://10.0.0.36:5000 auth_url = http://10.0.0.36:35357 auth_type = password user_domain_id = default username = heat password = contrail123 [ec2authtoken] auth_uri = http://10.0.0.36:5000/v3 [oslo_messaging_notifications] transport_url = rabbit://openstack:contrail123@10.0.0.36:5672// driver = noop [oslo_messaging_rabbit] heartbeat_in_pthread = True [clients] endpoint_type = internalURL ca_file = [oslo_middleware] enable_proxy_headers_parsing = True