blob: 73b683fa42b3a6f4bbf0374c25f29e0b0d221948 [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
11 bind:
12 api_cfn:
13 address: 0.0.0.0
14 api_cloudwatch:
15 address: 0.0.0.0
16 api:
17 address: 127.0.0.1
18 database:
19 engine: mysql
20 host: 127.0.0.1
21 port: 3306
22 name: heat
23 user: heat
24 password: password
25 metadata:
26 host: 127.0.0.1
27 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020028 protocol: http
marco836d9552016-01-25 22:22:46 +010029 waitcondition:
30 host: 127.0.0.1
31 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020032 protocol: http
marco836d9552016-01-25 22:22:46 +010033 watch:
34 host: 127.0.0.1
35 port: 8003
Jiri Broulikb84fb522017-05-01 08:42:26 +020036 protocol: http
marco836d9552016-01-25 22:22:46 +010037 identity:
38 engine: keystone
39 host: 127.0.0.1
40 port: 35357
41 tenant: service
42 user: heat
43 password: password
Petr Michalec9dc149e2016-07-27 09:47:57 +020044 admin_tenant: admin
45 admin_user: admin
46 admin_password: admin
Dennis Dmitriev09650272017-03-09 17:51:00 +020047 endpoint_type_default: internalURL
48 endpoint_type_heat: internalURL
vgusev3581ee72018-02-19 15:55:28 +040049 logging:
50 log_appender: false
51 log_handlers:
52 watchedfile:
53 enabled: true
54 fluentd:
55 enabled: false
56 ossyslog:
57 enabled: false
marco836d9552016-01-25 22:22:46 +010058 message_queue:
59 engine: rabbitmq
60 host: 127.0.0.1
61 port: 5672
62 user: openstack
63 password: password
64 virtual_host: '/openstack'
Dmitry Ukovf3f33a82017-05-05 11:56:46 +040065 policy:
66 deny_stack_user: 'not role:heat_stack_user'
67 'cloudformation:ValidateTemplate': 'rule:deny_stack_user'
68 'cloudformation:DescribeStackResource':