blob: 9f6dca152a84cee968f9e8fa2f38c7e365772895 [file] [log] [blame]
applications:
- heat
classes:
- service.heat.support
parameters:
_param:
heat_client_default_endpoint_type: internalURL
heat_client_heat_endpoint_type: publicURL
openstack_log_appender: false
openstack_fluentd_handler_enabled: false
openstack_ossyslog_handler_enabled: false
heat:
server:
stack_domain_admin:
name: heat_domain_admin
password: ${_param:heat_domain_admin_password}
stack_user_domain_name: heat_user_domain
enabled: true
region: RegionOne
version: ${_param:heat_version}
bind:
api_cfn:
address: 0.0.0.0
api_cloudwatch:
address: 0.0.0.0
api:
address: ${_param:single_address}
database:
engine: mysql
host: ${_param:single_address}
port: 3306
name: heat
user: heat
password: ${_param:mysql_heat_password}
metadata:
host: ${_param:single_address}
port: 8000
protocol: http
waitcondition:
host: ${_param:single_address}
port: 8000
protocol: http
watch:
host: ${_param:single_address}
port: 8003
protocol: http
identity:
engine: keystone
host: ${_param:single_address}
port: 35357
tenant: service
user: heat
password: ${_param:keystone_heat_password}
endpoint_type_default: ${_param:heat_client_default_endpoint_type}
endpoint_type_heat: ${_param:heat_client_heat_endpoint_type}
logging:
log_appender: ${_param:openstack_log_appender}
log_handlers:
watchedfile:
enabled: true
fluentd:
enabled: ${_param:openstack_fluentd_handler_enabled}
ossyslog:
enabled: ${_param:openstack_ossyslog_handler_enabled}
message_queue:
engine: rabbitmq
host: ${_param:single_address}
port: 5672
user: openstack
password: ${_param:rabbitmq_openstack_password}
virtual_host: '/openstack'
cache:
engine: memcached
expiration_time: 600
backend_argument:
memcached_expire_time:
value: 660
members:
- host: ${_param:single_address}
port: 11211