Ales Komarek | 7b8b529 | 2016-08-23 12:00:31 +0200 | [diff] [blame] | 1 | heat: |
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 | ||||
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 Michalec | fc1801e | 2017-03-10 10:30:26 +0100 | [diff] [blame] | 40 | admin_tenant: admin |
41 | admin_user: admin | ||||
42 | admin_password: admin | ||||
Dennis Dmitriev | 0965027 | 2017-03-09 17:51:00 +0200 | [diff] [blame^] | 43 | endpoint_type_default: internalURL |
Ales Komarek | 7b8b529 | 2016-08-23 12:00:31 +0200 | [diff] [blame] | 44 | message_queue: |
45 | engine: rabbitmq | ||||
46 | host: 127.0.0.1 | ||||
47 | port: 5672 | ||||
48 | user: openstack | ||||
49 | password: password | ||||
50 | virtual_host: '/openstack' | ||||
51 | dir: | ||||
52 | plugins: | ||||
53 | - /test/dir1 | ||||
54 | - /test/dir2 |