We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1610b86 commit b38f24dCopy full SHA for b38f24d
chef/cookbooks/ceph/templates/default/ceph.conf.erb
@@ -138,6 +138,8 @@
138
rgw keystone verify ssl = false
139
<% end -%>
140
nss db path = <%= node['ceph']['radosgw']['nss_directory'] %>
141
+ # TODO only enable this when openstack-ec2 is enabled
142
+ rgw s3 auth use keystone = true
143
144
<% if (! node['ceph']['config']['rgw'].nil?) -%>
145
<% node['ceph']['config']['rgw'].sort.each do |k, v| -%>
0 commit comments