Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 2 | _param: |
| 3 | cluster_public_protocol: https |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 4 | heat_service_protocol: http |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 5 | keystone: |
| 6 | client: |
| 7 | server: |
| 8 | identity: |
| 9 | service: |
| 10 | heat-cfn: |
| 11 | type: cloudformation |
| 12 | description: OpenStack CloudFormation Service |
| 13 | endpoints: |
| 14 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 15 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 16 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 17 | public_port: 8000 |
| 18 | public_path: '/v1' |
| 19 | internal_address: ${_param:heat_service_host} |
| 20 | internal_port: 8000 |
| 21 | internal_path: '/v1' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 22 | internal_protocol: ${_param:heat_service_protocol} |
| 23 | admin_protocol: ${_param:heat_service_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 24 | admin_address: ${_param:heat_service_host} |
| 25 | admin_port: 8000 |
| 26 | admin_path: '/v1' |