blob: 0a8e0f577a619c189a387dc1d4a2214c0cb8cd3e [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
marco836d9552016-01-25 22:22:46 +01005 version: liberty
6 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
27 waitcondition:
28 host: 127.0.0.1
29 port: 8000
30 watch:
31 host: 127.0.0.1
32 port: 8003
33 identity:
34 engine: keystone
35 host: 127.0.0.1
36 port: 35357
37 tenant: service
38 user: heat
39 password: password
Petr Michalec9dc149e2016-07-27 09:47:57 +020040 admin_tenant: admin
41 admin_user: admin
42 admin_password: admin
Dennis Dmitriev09650272017-03-09 17:51:00 +020043 endpoint_type_default: internalURL
44 endpoint_type_heat: publicURL
marco836d9552016-01-25 22:22:46 +010045 message_queue:
46 engine: rabbitmq
Jiri Konecnyf94dd922016-04-20 12:09:22 +020047 members:
48 - host: 127.0.0.1
49 - host: 127.0.1.1
50 - host: 127.0.2.1
marco836d9552016-01-25 22:22:46 +010051 user: openstack
52 password: password
53 virtual_host: '/openstack'