blob: 327ba857a994468f783223b8ca66bc9439531630 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001parameters:
2 _param:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03003 heat_service_protocol: http
4 keystone:
5 client:
6 resources:
7 v3:
Oleh Hryhorov70d93ea2019-01-22 21:21:36 +02008 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}