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 |
Jiri Broulik | b84fb52 | 2017-05-01 08:42:26 +0200 | [diff] [blame] | 27 | protocol: http |
Ales Komarek | 7b8b529 | 2016-08-23 12:00:31 +0200 | [diff] [blame] | 28 | waitcondition: |
| 29 | host: 127.0.0.1 |
| 30 | port: 8000 |
Jiri Broulik | b84fb52 | 2017-05-01 08:42:26 +0200 | [diff] [blame] | 31 | protocol: http |
Ales Komarek | 7b8b529 | 2016-08-23 12:00:31 +0200 | [diff] [blame] | 32 | watch: |
| 33 | host: 127.0.0.1 |
| 34 | port: 8003 |
Jiri Broulik | b84fb52 | 2017-05-01 08:42:26 +0200 | [diff] [blame] | 35 | protocol: http |
Ales Komarek | 7b8b529 | 2016-08-23 12:00:31 +0200 | [diff] [blame] | 36 | identity: |
| 37 | engine: keystone |
| 38 | host: 127.0.0.1 |
| 39 | port: 35357 |
| 40 | tenant: service |
| 41 | user: heat |
| 42 | password: password |
Petr Michalec | fc1801e | 2017-03-10 10:30:26 +0100 | [diff] [blame] | 43 | admin_tenant: admin |
| 44 | admin_user: admin |
| 45 | admin_password: admin |
Dennis Dmitriev | 0965027 | 2017-03-09 17:51:00 +0200 | [diff] [blame] | 46 | endpoint_type_default: internalURL |
Ales Komarek | 7b8b529 | 2016-08-23 12:00:31 +0200 | [diff] [blame] | 47 | message_queue: |
| 48 | engine: rabbitmq |
| 49 | host: 127.0.0.1 |
| 50 | port: 5672 |
| 51 | user: openstack |
| 52 | password: password |
| 53 | virtual_host: '/openstack' |
| 54 | dir: |
| 55 | plugins: |
| 56 | - /test/dir1 |
| 57 | - /test/dir2 |
Dmitry Ukov | f3f33a8 | 2017-05-05 11:56:46 +0400 | [diff] [blame] | 58 | policy: |
| 59 | deny_stack_user: 'not role:heat_stack_user' |
| 60 | 'cloudformation:ValidateTemplate': 'rule:deny_stack_user' |
| 61 | 'cloudformation:DescribeStackResource': |