Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.keystone.client.v3.service.heat |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 3 | parameters: |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 4 | _param: |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 5 | heat_service_protocol: http |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 6 | keystone: |
| 7 | client: |
| 8 | server: |
| 9 | identity: |
| 10 | roles: |
| 11 | - heat_stack_user |
| 12 | - heat_stack_owner |
| 13 | project: |
| 14 | service: |
| 15 | user: |
| 16 | heat: |
| 17 | is_admin: true |
| 18 | password: ${_param:keystone_heat_password} |
| 19 | email: ${_param:admin_email} |
| 20 | service: |
| 21 | heat: |
| 22 | type: orchestration |
| 23 | description: OpenStack Orchestration Service |
| 24 | endpoints: |
| 25 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 26 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 27 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 28 | public_port: 8004 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 29 | public_path: '/v1/%(project_id)s' |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 30 | internal_address: ${_param:heat_service_host} |
| 31 | internal_port: 8004 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 32 | internal_path: '/v1/%(project_id)s' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 33 | internal_protocol: ${_param:heat_service_protocol} |
| 34 | admin_protocol: ${_param:heat_service_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 35 | admin_address: ${_param:heat_service_host} |
| 36 | admin_port: 8004 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 37 | admin_path: '/v1/%(project_id)s' |