blob: bc37203ec3a377e09f68cf8d6253e32aeb95aabe [file] [log] [blame]
marco836d9552016-01-25 22:22:46 +01001heat:
2 server:
3 enabled: true
Jakub Pavlik51e15e02016-03-12 13:32:26 +01004 region: RegionOne
Martin Polreichb24076f2018-08-27 10:42:45 +02005 version: pike
6 auth_encryption_key: "KeyToEncrypt-hasToBeExact32Charz"
Mykyta Karpin3e969972019-01-29 10:57:18 +02007 reauthentication_auth_method: trusts
marco836d9552016-01-25 22:22:46 +01008 stack_domain_admin:
9 name: heat_domain_admin
10 password: password
11 domain: heat
Daniel Cech43224642018-11-13 16:27:23 +010012 stack_action_timeout: 7200
marco836d9552016-01-25 22:22:46 +010013 bind:
14 api_cfn:
15 address: 0.0.0.0
16 api_cloudwatch:
17 address: 0.0.0.0
18 api:
19 address: 127.0.0.1
20 database:
21 engine: mysql
22 host: 127.0.0.1
23 port: 3306
24 name: heat
25 user: heat
26 password: password
27 metadata:
28 host: 127.0.0.1
29 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020030 protocol: http
marco836d9552016-01-25 22:22:46 +010031 waitcondition:
32 host: 127.0.0.1
33 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020034 protocol: http
marco836d9552016-01-25 22:22:46 +010035 watch:
36 host: 127.0.0.1
37 port: 8003
Jiri Broulikb84fb522017-05-01 08:42:26 +020038 protocol: http
marco836d9552016-01-25 22:22:46 +010039 identity:
40 engine: keystone
41 host: 127.0.0.1
42 port: 35357
43 tenant: service
44 user: heat
45 password: password
Petr Michalec9dc149e2016-07-27 09:47:57 +020046 admin_tenant: admin
47 admin_user: admin
48 admin_password: admin
Dennis Dmitriev09650272017-03-09 17:51:00 +020049 endpoint_type_default: internalURL
50 endpoint_type_heat: internalURL
vgusev3581ee72018-02-19 15:55:28 +040051 logging:
52 log_appender: false
53 log_handlers:
54 watchedfile:
55 enabled: true
56 fluentd:
57 enabled: false
58 ossyslog:
59 enabled: false
marco836d9552016-01-25 22:22:46 +010060 message_queue:
61 engine: rabbitmq
62 host: 127.0.0.1
63 port: 5672
64 user: openstack
65 password: password
66 virtual_host: '/openstack'
Dmitry Ukovf3f33a82017-05-05 11:56:46 +040067 policy:
68 deny_stack_user: 'not role:heat_stack_user'
69 'cloudformation:ValidateTemplate': 'rule:deny_stack_user'
70 'cloudformation:DescribeStackResource':