Skip to content

Instantly share code, notes, and snippets.

@caiush
Created February 25, 2015 16:51
Show Gist options
  • Save caiush/100bf2932f2ea19212f0 to your computer and use it in GitHub Desktop.
Save caiush/100bf2932f2ea19212f0 to your computer and use it in GitHub Desktop.
rgw optional keystone pass
[client.radosgw.gateway]
keyring = /var/lib/ceph/radosgw/$cluster-$id/keyring
log file = /var/log/ceph/radosgw.log
rgw enable ops log = false
rgw enable usage log = false
debug rgw = 0/0
<% if config_defined?('keystone-admin-token') %>
rgw keystone url = <%=node['bcpc']['management']['vip']%>:35358
rgw keystone admin token = <%=get_config('keystone-admin-token')%>
rgw keystone accepted roles = admin Member _member_
rgw keystone token cache size = 1000
rgw keystone revocation interval = 1200
rgw s3 auth use keystone = true
<% end %>
rgw dns name = s3.<%=node['bcpc']['domain_name'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment