heat: | |
server: | |
enabled: true | |
region: RegionOne | |
version: ocata | |
reauthentication_auth_method: trusts | |
stack_domain_admin: | |
name: heat_domain_admin | |
password: password | |
domain: heat | |
bind: | |
api_cfn: | |
address: 0.0.0.0 | |
api_cloudwatch: | |
address: 0.0.0.0 | |
api: | |
address: 127.0.0.1 | |
database: | |
engine: mysql | |
host: 127.0.0.1 | |
port: 3306 | |
name: heat | |
user: heat | |
password: password | |
metadata: | |
host: 127.0.0.1 | |
port: 8000 | |
protocol: http | |
waitcondition: | |
host: 127.0.0.1 | |
port: 8000 | |
protocol: http | |
watch: | |
host: 127.0.0.1 | |
port: 8003 | |
protocol: http | |
identity: | |
engine: keystone | |
host: 127.0.0.1 | |
port: 35357 | |
tenant: service | |
user: heat | |
password: password | |
admin_tenant: admin | |
admin_user: admin | |
admin_password: admin | |
endpoint_type_default: internalURL | |
logging: | |
log_appender: false | |
log_handlers: | |
watchedfile: | |
enabled: true | |
fluentd: | |
enabled: false | |
ossyslog: | |
enabled: false | |
message_queue: | |
engine: rabbitmq | |
host: 127.0.0.1 | |
port: 5672 | |
user: openstack | |
password: password | |
virtual_host: '/openstack' | |
dir: | |
plugins: | |
- /test/dir1 | |
- /test/dir2 | |
policy: | |
deny_stack_user: 'not role:heat_stack_user' | |
'cloudformation:ValidateTemplate': 'rule:deny_stack_user' | |
'cloudformation:DescribeStackResource': |