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 |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 4 | keystone: |
| 5 | client: |
| 6 | server: |
| 7 | identity: |
| 8 | service: |
| 9 | heat-cfn: |
| 10 | type: cloudformation |
| 11 | description: OpenStack CloudFormation Service |
| 12 | endpoints: |
| 13 | - region: ${_param:openstack_region} |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 14 | public_address: ${_param:cluster_public_host} |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame^] | 15 | public_protocol: ${_param:cluster_public_protocol} |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 16 | public_port: 8000 |
| 17 | public_path: '/v1' |
| 18 | internal_address: ${_param:heat_service_host} |
| 19 | internal_port: 8000 |
| 20 | internal_path: '/v1' |
| 21 | admin_address: ${_param:heat_service_host} |
| 22 | admin_port: 8000 |
| 23 | admin_path: '/v1' |