blob: 82d311ffe04162be0bbd95e426c470ce8012426d [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-swift:
17 type: object-store
18 description: Swift 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: '/swift/v1' # /$(tenant_id)s
25 internal_address: ${_param:radosgw_service_host}
26 internal_port: 8081
27 internal_path: '/swift/v1'
28 admin_address: ${_param:radosgw_service_host}
29 admin_port: 8081
30 admin_path: '/swift/v1'