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