blob: 946bc3b313dc482ee676d10cc876781ad3df2da8 [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: queens
marco836d9552016-01-25 22:22:46 +01006 stack_domain_admin:
7 name: heat_domain_admin
8 password: password
9 domain: heat
10 bind:
11 api_cfn:
12 address: 127.0.0.1
13 api_cloudwatch:
14 address: 127.0.0.1
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
marco836d9552016-01-25 22:22:46 +010028 waitcondition:
29 host: 127.0.0.1
30 port: 8000
Jiri Broulikb84fb522017-05-01 08:42:26 +020031 protocol: http
marco836d9552016-01-25 22:22:46 +010032 watch:
33 host: 127.0.0.1
34 port: 8003
Jiri Broulikb84fb522017-05-01 08:42:26 +020035 protocol: http
marco836d9552016-01-25 22:22:46 +010036 identity:
37 engine: keystone
38 host: 127.0.0.1
39 port: 35357
40 tenant: service
41 user: heat
42 password: password
Petr Michalec9dc149e2016-07-27 09:47:57 +020043 admin_tenant: admin
44 admin_user: admin
45 admin_password: admin
Dennis Dmitriev09650272017-03-09 17:51:00 +020046 endpoint_type_default: internalURL
47 endpoint_type_heat: publicURL
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
marco836d9552016-01-25 22:22:46 +010057 message_queue:
58 engine: rabbitmq
Jiri Konecnyf94dd922016-04-20 12:09:22 +020059 members:
60 - host: 127.0.0.1
61 - host: 127.0.1.1
62 - host: 127.0.2.1
marco836d9552016-01-25 22:22:46 +010063 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':
Dmitry Stremkouskib3d83a92017-11-08 16:01:18 +030070 max_stacks_per_tenant: 150
Dmitry Stremkouski9cacd162017-11-08 16:39:38 +030071 max_nested_stack_depth: 10
Oleksandr Bryndziicfd9f8b2018-10-04 11:56:54 +030072 cache:
73 engine: memcached
Oleksandr Bryndzii63d0fbd2019-03-12 19:44:08 +020074 expiration_time: 600
75 backend_argument:
76 memcached_expire_time:
77 value: 660
Oleksandr Bryndziicfd9f8b2018-10-04 11:56:54 +030078 members:
79 - host: 127.0.0.1
80 port: 11211
81 - host: 127.0.1.1
82 port: 11211
83 - host: 127.0.2.1
84 port: 11211
85 security:
86 enabled: true
87 strategy: ENCRYPT
88 secret_key: secret
Oleksandr Bryndziif1218e92019-05-06 12:23:15 +030089 configmap:
90 DEFAULT:
91 debug: true
92 database:
93 idle_timeout: 300
94 min_pool_size: 5
95 max_pool_size: 50
96 oslo_messaging_rabbit:
97 pool_max_size: 30
98 pool_max_overflow: 30
99 pool_recycle: 600