blob: 7e917b7f5eab8dc75e4948adc1fac92fbb01d760 [file] [log] [blame]
marco836d9552016-01-25 22:22:46 +01001heat:
2 server:
3 enabled: true
4 version: liberty
5 stack_domain_admin:
6 name: heat_domain_admin
7 password: password
8 domain: heat
9 bind:
10 api_cfn:
11 address: 127.0.0.1
12 api_cloudwatch:
13 address: 127.0.0.1
14 api:
15 address: 127.0.0.1
16 database:
17 engine: mysql
18 host: 127.0.0.1
19 port: 3306
20 name: heat
21 user: heat
22 password: password
23 metadata:
24 host: 127.0.0.1
25 port: 8000
26 waitcondition:
27 host: 127.0.0.1
28 port: 8000
29 watch:
30 host: 127.0.0.1
31 port: 8003
32 identity:
33 engine: keystone
34 host: 127.0.0.1
35 port: 35357
36 tenant: service
37 user: heat
38 password: password
39 message_queue:
40 engine: rabbitmq
41 host: 127.0.0.1
42 port: 5672
43 user: openstack
44 password: password
45 virtual_host: '/openstack'
46 ha_queues: true