blob: 1a2486a17889ad7270ba28b7405214521aecd807 [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
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02004 heat_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01005 keystone:
6 client:
7 server:
8 identity:
9 service:
10 heat-cfn:
11 type: cloudformation
12 description: OpenStack CloudFormation Service
13 endpoints:
14 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010015 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010016 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010017 public_port: 8000
18 public_path: '/v1'
19 internal_address: ${_param:heat_service_host}
20 internal_port: 8000
21 internal_path: '/v1'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020022 internal_protocol: ${_param:heat_service_protocol}
23 admin_protocol: ${_param:heat_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010024 admin_address: ${_param:heat_service_host}
25 admin_port: 8000
26 admin_path: '/v1'