blob: d692da80e7f79a9c2e146216433ce17ab4989e16 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 service:
7 heat-cfn:
8 type: cloudformation
9 description: OpenStack CloudFormation Service
10 endpoints:
11 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010012 public_address: ${_param:cluster_public_host}
13 public_protocol: https
Ondrej Smola03ff34e2016-12-01 01:30:33 +010014 public_port: 8000
15 public_path: '/v1'
16 internal_address: ${_param:heat_service_host}
17 internal_port: 8000
18 internal_path: '/v1'
19 admin_address: ${_param:heat_service_host}
20 admin_port: 8000
21 admin_path: '/v1'