blob: 6f83cdc06bf5c6ee033545e5bf168d66844ebe10 [file] [log] [blame]
Ales Komarek7b8b5292016-08-23 12:00:31 +02001heat:
2 server:
3 enabled: true
4 region: RegionOne
Martin Polreichb24076f2018-08-27 10:42:45 +02005 version: ocata
Mykyta Karpin3e969972019-01-29 10:57:18 +02006 reauthentication_auth_method: trusts
Ales Komarek7b8b5292016-08-23 12:00:31 +02007 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
Ales Komarek7b8b5292016-08-23 12:00:31 +020029 waitcondition:
30 host: 127.0.0.1
31 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020032 protocol: http
Ales Komarek7b8b5292016-08-23 12:00:31 +020033 watch:
34 host: 127.0.0.1
35 port: 8003
Jiri Broulikb84fb522017-05-01 08:42:26 +020036 protocol: http
Ales Komarek7b8b5292016-08-23 12:00:31 +020037 identity:
38 engine: keystone
39 host: 127.0.0.1
40 port: 35357
41 tenant: service
42 user: heat
43 password: password
Petr Michalecfc1801e2017-03-10 10:30:26 +010044 admin_tenant: admin
45 admin_user: admin
46 admin_password: admin
Dennis Dmitriev09650272017-03-09 17:51:00 +020047 endpoint_type_default: internalURL
vgusev3581ee72018-02-19 15:55:28 +040048 logging:
49 log_appender: false
50 log_handlers:
51 watchedfile:
52 enabled: true
53 fluentd:
54 enabled: false
55 ossyslog:
56 enabled: false
Ales Komarek7b8b5292016-08-23 12:00:31 +020057 message_queue:
58 engine: rabbitmq
59 host: 127.0.0.1
60 port: 5672
61 user: openstack
62 password: password
63 virtual_host: '/openstack'
64 dir:
65 plugins:
66 - /test/dir1
67 - /test/dir2
Dmitry Ukovf3f33a82017-05-05 11:56:46 +040068 policy:
69 deny_stack_user: 'not role:heat_stack_user'
70 'cloudformation:ValidateTemplate': 'rule:deny_stack_user'
71 'cloudformation:DescribeStackResource':