blob: 343ff461d3c470bee1e8bb5d1aa216b2e544414d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
parameters:
_param:
cluster_public_protocol: https
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'
admin_address: ${_param:heat_service_host}
admin_port: 8000
admin_path: '/v1'
|