blob: 31bdc7db9cfaeb1a62e7dcf720f0e08240fa60ea [file] [log] [blame]
Ondrej Smola5b087c32017-02-13 14:59:01 +01001parameters:
2 _param:
3 radosgw_keyring_path: /etc/ceph/ceph.client.radosgw.keyring
4 ceph:
5 radosgw:
6 enabled: true
7 client:
8 config:
9 client.radosgw.gateway:
10 rgw_keystone_accepted_roles: "_member_, Member, admin, swiftoperator"
11 keyring: /etc/ceph/ceph.client.radosgw.keyring
12 rgw_socket_path: /tmp/radosgw.sock
13 rgw_keystone_revocation_interval: 60
14 rgw_keystone_url: ${_param:keystone_service_host}:5000
15 rgw_keystone_admin_token: ${_param:keystone_service_token}
16 host: ${linux:system:name}
17 rgw_dns_name : ${_param:cluster_domain}
18 rgw_print_continue: True
19 rgw_content_length_compat: true
20 user: www-data