blob: c8a068b9cc1eaa12fd6a6cf6cbe5fb36f3806b0f [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:
8 heat-cfn:
9 type: cloudformation
10 description: OpenStack CloudFormation Service
11 endpoints:
12 heat-cfn_public_v1:
13 interface: 'public'
14 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8000/v1
15 region: ${_param:openstack_region}
16 heat-cfn_internal_v1:
17 interface: 'internal'
18 url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8000/v1
19 region: ${_param:openstack_region}
20 heat-cfn_admin_v1:
21 interface: 'admin'
22 url: ${_param:heat_service_protocol}://${_param:heat_service_host}:8000/v1
23 region: ${_param:openstack_region}