blob: 5617308ef60ffa304ae5059aec28e2ab3433c244 [file] [log] [blame]
Ales Komarek7b8b5292016-08-23 12:00:31 +02001heat:
2 server:
3 enabled: true
4 region: RegionOne
5 version: liberty
6 stack_domain_admin:
7 name: heat_domain_admin
8 password: password
9 domain: heat
10 bind:
11 api_cfn:
12 address: 0.0.0.0
13 api_cloudwatch:
14 address: 0.0.0.0
15 api:
16 address: 127.0.0.1
17 database:
18 engine: mysql
19 host: 127.0.0.1
20 port: 3306
21 name: heat
22 user: heat
23 password: password
24 metadata:
25 host: 127.0.0.1
26 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020027 protocol: http
Ales Komarek7b8b5292016-08-23 12:00:31 +020028 waitcondition:
29 host: 127.0.0.1
30 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020031 protocol: http
Ales Komarek7b8b5292016-08-23 12:00:31 +020032 watch:
33 host: 127.0.0.1
34 port: 8003
Jiri Broulikb84fb522017-05-01 08:42:26 +020035 protocol: http
Ales Komarek7b8b5292016-08-23 12:00:31 +020036 identity:
37 engine: keystone
38 host: 127.0.0.1
39 port: 35357
40 tenant: service
41 user: heat
42 password: password
Petr Michalecfc1801e2017-03-10 10:30:26 +010043 admin_tenant: admin
44 admin_user: admin
45 admin_password: admin
Dennis Dmitriev09650272017-03-09 17:51:00 +020046 endpoint_type_default: internalURL
vgusev3581ee72018-02-19 15:55:28 +040047 logging:
48 log_appender: false
49 log_handlers:
50 watchedfile:
51 enabled: true
52 fluentd:
53 enabled: false
54 ossyslog:
55 enabled: false
Ales Komarek7b8b5292016-08-23 12:00:31 +020056 message_queue:
57 engine: rabbitmq
58 host: 127.0.0.1
59 port: 5672
60 user: openstack
61 password: password
62 virtual_host: '/openstack'
63 dir:
64 plugins:
65 - /test/dir1
66 - /test/dir2
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':