blob: 5dc4c3b3c800f6b7fb7a1912068156257a754ac3 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.radosgw-swift
Petr Michalecbf38a0c2017-02-01 16:24:40 +01003parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01004 _param:
Pavel Cizinsky6aae3202017-06-15 10:29:33 +02005 radosgw_swift_cluster_port: 8081
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02006 radosgw_service_protocol: http
Petr Michalecbf38a0c2017-02-01 16:24:40 +01007 keystone:
8 client:
9 server:
10 identity:
11 project:
12 service:
13 user:
14 swift:
15 is_admin: true
16 password: ${_param:keystone_swift_password}
17 email: ${_param:admin_email}
Petr Michalec946e5de2017-04-12 16:46:02 +020018 service:
19 radosgw-swift:
20 type: object-store
21 description: Swift Service (radosgw)
22 endpoints:
23 - region: ${_param:openstack_region}
24 public_address: ${_param:cluster_public_host}
25 public_protocol: ${_param:cluster_public_protocol}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020026 public_port: ${_param:radosgw_swift_cluster_port}
Petr Michalec2928b9a2017-04-19 11:43:26 +020027 public_path: '/swift/v1' # /$(project_id)s
Petr Michalec946e5de2017-04-12 16:46:02 +020028 internal_address: ${_param:radosgw_service_host}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020029 internal_port: ${_param:radosgw_swift_cluster_port}
Petr Michalec946e5de2017-04-12 16:46:02 +020030 internal_path: '/swift/v1'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020031 internal_protocol: ${_param:radosgw_service_protocol}
32 admin_protocol: ${_param:radosgw_service_protocol}
Petr Michalec946e5de2017-04-12 16:46:02 +020033 admin_address: ${_param:radosgw_service_host}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020034 admin_port: ${_param:radosgw_swift_cluster_port}
Petr Michalec946e5de2017-04-12 16:46:02 +020035 admin_path: '/swift/v1'