blob: 0dbe328219294890c596e566c5defc2597c2031b [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-s3:
15 type: s3
16 description: S3 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: '/' # /$(tenant_id)s
23 internal_address: ${_param:radosgw_service_host}
24 internal_port: 8081
25 internal_path: '/'
26 admin_address: ${_param:radosgw_service_host}
27 admin_port: 8081
28 admin_path: '/'