blob: 4b773141c385837350b564853bf9e0928e93dd5a [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"
marco836d9552016-01-25 22:22:46 +01007 stack_domain_admin:
8 name: heat_domain_admin
9 password: password
10 domain: heat
Daniel Cech43224642018-11-13 16:27:23 +010011 stack_action_timeout: 7200
marco836d9552016-01-25 22:22:46 +010012 bind:
13 api_cfn:
14 address: 0.0.0.0
15 api_cloudwatch:
16 address: 0.0.0.0
17 api:
18 address: 127.0.0.1
19 database:
20 engine: mysql
21 host: 127.0.0.1
22 port: 3306
23 name: heat
24 user: heat
25 password: password
26 metadata:
27 host: 127.0.0.1
28 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020029 protocol: http
marco836d9552016-01-25 22:22:46 +010030 waitcondition:
31 host: 127.0.0.1
32 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020033 protocol: http
marco836d9552016-01-25 22:22:46 +010034 watch:
35 host: 127.0.0.1
36 port: 8003
Jiri Broulikb84fb522017-05-01 08:42:26 +020037 protocol: http
marco836d9552016-01-25 22:22:46 +010038 identity:
39 engine: keystone
40 host: 127.0.0.1
41 port: 35357
42 tenant: service
43 user: heat
44 password: password
Petr Michalec9dc149e2016-07-27 09:47:57 +020045 admin_tenant: admin
46 admin_user: admin
47 admin_password: admin
Dennis Dmitriev09650272017-03-09 17:51:00 +020048 endpoint_type_default: internalURL
49 endpoint_type_heat: internalURL
vgusev3581ee72018-02-19 15:55:28 +040050 logging:
51 log_appender: false
52 log_handlers:
53 watchedfile:
54 enabled: true
55 fluentd:
56 enabled: false
57 ossyslog:
58 enabled: false
marco836d9552016-01-25 22:22:46 +010059 message_queue:
60 engine: rabbitmq
61 host: 127.0.0.1
62 port: 5672
63 user: openstack
64 password: password
65 virtual_host: '/openstack'
Dmitry Ukovf3f33a82017-05-05 11:56:46 +040066 policy:
67 deny_stack_user: 'not role:heat_stack_user'
68 'cloudformation:ValidateTemplate': 'rule:deny_stack_user'
69 'cloudformation:DescribeStackResource':