blob: 4452e0fc005647878de18bdad37303c16f147824 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001parameters:
2 _param:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03003 radosgw_swift_cluster_port: 8081
4 radosgw_service_protocol: http
5 keystone:
6 client:
7 resources:
8 v3:
9 users:
10 swift:
11 password: ${_param:keystone_swift_password}
12 email: ${_param:admin_email}
13 roles:
14 service_admin:
15 name: admin
16 project_id: service
Vasyl Saienko20e10502018-09-28 13:38:38 +030017 services:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030018 radosgw-swift:
19 type: object-store
20 description: Swift Service (radosgw)
21 endpoints:
22 radosgw-swift_public:
23 interface: 'public'
24 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_swift_cluster_port}/swift/v1
25 region: ${_param:openstack_region}
26 radosgw-swift_internal:
27 interface: 'internal'
28 url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1
29 region: ${_param:openstack_region}
30 radosgw-swift_admin:
31 interface: 'admin'
32 url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1
33 region: ${_param:openstack_region}