blob: 5c88f2841e89ec526e1e16d655f304e97f345815 [file] [log] [blame]
Petr Michalecbf38a0c2017-02-01 16:24:40 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 project:
7 service:
8 user:
9 swift:
10 is_admin: true
11 password: ${_param:keystone_swift_password}
12 email: ${_param:admin_email}
13 service:
14 radosgw-swift:
15 type: object-store
16 description: Swift Service (radosgw)
17 endpoints:
18 - region: ${_param:openstack_region}
19 public_address: ${_param:radosgw_service_host_public}
20 public_protocol: https
21 public_port: 8081
22 public_path: '/swift/v1' # /$(tenant_id)s
23 internal_address: ${_param:radosgw_service_host}
24 internal_port: 8081
25 internal_path: '/swift/v1'
26 admin_address: ${_param:radosgw_service_host}
27 admin_port: 8081
28 admin_path: '/swift/v1'