Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.keystone.client.v3.service.heat-cfn |
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 | service: |
| 12 | heat-cfn: |
| 13 | type: cloudformation |
| 14 | description: OpenStack CloudFormation Service |
| 15 | endpoints: |
| 16 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 17 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 18 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 19 | public_port: 8000 |
| 20 | public_path: '/v1' |
| 21 | internal_address: ${_param:heat_service_host} |
| 22 | internal_port: 8000 |
| 23 | internal_path: '/v1' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 24 | internal_protocol: ${_param:heat_service_protocol} |
| 25 | admin_protocol: ${_param:heat_service_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 26 | admin_address: ${_param:heat_service_host} |
| 27 | admin_port: 8000 |
| 28 | admin_path: '/v1' |