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