Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 3 | heat_service_protocol: http |
| 4 | keystone: |
| 5 | client: |
| 6 | resources: |
| 7 | v3: |
Oleh Hryhorov | 70d93ea | 2019-01-22 21:21:36 +0200 | [diff] [blame] | 8 | services: |
| 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} |