blob: b376866f280741e71efae216ed999fae73270bbc [file] [log] [blame]
classes:
- system.keystone.client.v3.service.heat-cfn
parameters:
_param:
heat_service_protocol: http
keystone:
client:
server:
identity:
service:
heat-cfn:
type: cloudformation
description: OpenStack CloudFormation Service
endpoints:
- region: ${_param:openstack_region}
public_address: ${_param:cluster_public_host}
public_protocol: ${_param:cluster_public_protocol}
public_port: 8000
public_path: '/v1'
internal_address: ${_param:heat_service_host}
internal_port: 8000
internal_path: '/v1'
internal_protocol: ${_param:heat_service_protocol}
admin_protocol: ${_param:heat_service_protocol}
admin_address: ${_param:heat_service_host}
admin_port: 8000
admin_path: '/v1'