marco | 836d955 | 2016-01-25 22:22:46 +0100 | [diff] [blame] | 1 | heat: |
| 2 | server: |
| 3 | enabled: true |
Jakub Pavlik | 51e15e0 | 2016-03-12 13:32:26 +0100 | [diff] [blame] | 4 | region: RegionOne |
marco | 836d955 | 2016-01-25 22:22:46 +0100 | [diff] [blame] | 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 | 9dc149e | 2016-07-27 09:47:57 +0200 | [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 |
| 44 | endpoint_type_heat: internalURL |
marco | 836d955 | 2016-01-25 22:22:46 +0100 | [diff] [blame] | 45 | message_queue: |
| 46 | engine: rabbitmq |
| 47 | host: 127.0.0.1 |
| 48 | port: 5672 |
| 49 | user: openstack |
| 50 | password: password |
| 51 | virtual_host: '/openstack' |
Dmitry Ukov | f3f33a8 | 2017-05-05 11:56:46 +0400 | [diff] [blame^] | 52 | policy: |
| 53 | deny_stack_user: 'not role:heat_stack_user' |
| 54 | 'cloudformation:ValidateTemplate': 'rule:deny_stack_user' |
| 55 | 'cloudformation:DescribeStackResource': |