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