blob: 2ccafc97c06c61062e808b3d8d8869cd5791cbed [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:
5 cluster_public_protocol: https
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02006 heat_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01007 keystone:
8 client:
9 server:
10 identity:
11 service:
12 heat-cfn:
13 type: cloudformation
14 description: OpenStack CloudFormation Service
15 endpoints:
16 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010017 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010018 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010019 public_port: 8000
20 public_path: '/v1'
21 internal_address: ${_param:heat_service_host}
22 internal_port: 8000
23 internal_path: '/v1'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020024 internal_protocol: ${_param:heat_service_protocol}
25 admin_protocol: ${_param:heat_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010026 admin_address: ${_param:heat_service_host}
27 admin_port: 8000
28 admin_path: '/v1'