blob: 53e7cd1d42a78b92afe1fc04e2e4cddff2e1eadb [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.keystone
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 keystone_service_protocol: http
Oleg Iurchenkoadb11302018-02-01 10:23:46 +02007 keystone_public_path: "/v2.0"
8 keystone_internal_path: "/v2.0"
9 keystone_admin_path: "/v2.0"
Michal Kobusde1192c2018-09-13 16:32:18 +020010 keystone_public_address: ${_param:cluster_public_host}
11 keystone_public_port: 5000
Ondrej Smola03ff34e2016-12-01 01:30:33 +010012 keystone:
13 client:
14 server:
15 identity:
16 service:
17 keystone:
18 type: identity
19 description: OpenStack Identity Service
20 endpoints:
21 - region: ${_param:openstack_region}
Michal Kobusde1192c2018-09-13 16:32:18 +020022 public_address: ${_param:keystone_public_address}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010023 public_protocol: ${_param:cluster_public_protocol}
Michal Kobusde1192c2018-09-13 16:32:18 +020024 public_port: ${_param:keystone_public_port}
Oleg Iurchenkoadb11302018-02-01 10:23:46 +020025 public_path: ${_param:keystone_public_path}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010026 internal_address: ${_param:keystone_service_host}
27 internal_port: 5000
Oleg Iurchenkoadb11302018-02-01 10:23:46 +020028 internal_path: ${_param:keystone_internal_path}
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020029 internal_protocol: ${_param:keystone_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010030 admin_address: ${_param:keystone_service_host}
31 admin_port: 35357
Oleg Iurchenkoadb11302018-02-01 10:23:46 +020032 admin_path: ${_param:keystone_admin_path}
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020033 admin_protocol: ${_param:keystone_service_protocol}