blob: b376866f280741e71efae216ed999fae73270bbc [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.heat-cfn
Ondrej Smola03ff34e2016-12-01 01:30:33 +01003parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01004 _param:
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02005 heat_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006 keystone:
7 client:
8 server:
9 identity:
10 service:
11 heat-cfn:
12 type: cloudformation
13 description: OpenStack CloudFormation Service
14 endpoints:
15 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010016 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010017 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010018 public_port: 8000
19 public_path: '/v1'
20 internal_address: ${_param:heat_service_host}
21 internal_port: 8000
22 internal_path: '/v1'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020023 internal_protocol: ${_param:heat_service_protocol}
24 admin_protocol: ${_param:heat_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010025 admin_address: ${_param:heat_service_host}
26 admin_port: 8000
27 admin_path: '/v1'