blob: 9b434af502044ef9d574d4f3ccb61a11ba3e0c9d [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}
15 service:
16 radosgw-s3:
17 type: s3
18 description: S3 Service (radosgw)
19 endpoints:
20 - region: ${_param:openstack_region}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010021 public_address: ${_param:cluster_public_host}
22 public_protocol: ${_param:cluster_public_protocol}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010023 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: '/'