Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | cluster_public_protocol: https |
| 4 | heat_service_protocol: http |
| 5 | keystone: |
| 6 | client: |
| 7 | resources: |
| 8 | v3: |
| 9 | heat-cfn: |
| 10 | type: cloudformation |
| 11 | description: OpenStack CloudFormation Service |
| 12 | endpoints: |
| 13 | heat-cfn_public_v1: |
| 14 | interface: 'public' |
| 15 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8000/v1 |
| 16 | region: ${_param:openstack_region} |
| 17 | heat-cfn_internal_v1: |
| 18 | interface: 'internal' |
| 19 | url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8000/v1 |
| 20 | region: ${_param:openstack_region} |
| 21 | heat-cfn_admin_v1: |
| 22 | interface: 'admin' |
| 23 | url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8000/v1 |
| 24 | region: ${_param:openstack_region} |