blob: 3bf9b274d95116beecd53a33b4905159d70d1e63 [file] [log] [blame]
Petr Michalecbf38a0c2017-02-01 16:24:40 +01001parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01002 _param:
3 cluster_public_protocol: https
Pavel Cizinsky6aae3202017-06-15 10:29:33 +02004 radosgw_swift_cluster_port: 8081
Petr Michalecbf38a0c2017-02-01 16:24:40 +01005 keystone:
6 client:
7 server:
8 identity:
9 project:
10 service:
11 user:
12 swift:
13 is_admin: true
14 password: ${_param:keystone_swift_password}
15 email: ${_param:admin_email}
Petr Michalec946e5de2017-04-12 16:46:02 +020016 service:
17 radosgw-swift:
18 type: object-store
19 description: Swift Service (radosgw)
20 endpoints:
21 - region: ${_param:openstack_region}
22 public_address: ${_param:cluster_public_host}
23 public_protocol: ${_param:cluster_public_protocol}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020024 public_port: ${_param:radosgw_swift_cluster_port}
Petr Michalec2928b9a2017-04-19 11:43:26 +020025 public_path: '/swift/v1' # /$(project_id)s
Petr Michalec946e5de2017-04-12 16:46:02 +020026 internal_address: ${_param:radosgw_service_host}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020027 internal_port: ${_param:radosgw_swift_cluster_port}
Petr Michalec946e5de2017-04-12 16:46:02 +020028 internal_path: '/swift/v1'
29 admin_address: ${_param:radosgw_service_host}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020030 admin_port: ${_param:radosgw_swift_cluster_port}
Petr Michalec946e5de2017-04-12 16:46:02 +020031 admin_path: '/swift/v1'