blob: 6b0b7642fc7776afd133abc3858bdfdbd012e693 [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
Petr Michalecbf38a0c2017-02-01 16:24:40 +01004 keystone:
5 client:
6 server:
7 identity:
8 project:
9 service:
10 user:
11 swift:
12 is_admin: true
13 password: ${_param:keystone_swift_password}
14 email: ${_param:admin_email}
Petr Michalec946e5de2017-04-12 16:46:02 +020015 service:
16 radosgw-s3:
17 type: s3
18 description: S3 Service (radosgw)
19 endpoints:
20 - region: ${_param:openstack_region}
21 public_address: ${_param:cluster_public_host}
22 public_protocol: ${_param:cluster_public_protocol}
23 public_port: 8081
24 public_path: '/' # /$(tenant_id)s
25 internal_address: ${_param:radosgw_service_host}
26 internal_port: 8081
27 internal_path: '/'
28 admin_address: ${_param:radosgw_service_host}
29 admin_port: 8081
30 admin_path: '/'