change template ceph.conf

configuration name from client.radosgw.gateway to client.rados.gateway
This commit is contained in:
Seyeong Kim
2014-08-06 14:02:36 +09:00
parent ef1f619132
commit cf16312a09

View File

@@ -11,7 +11,7 @@
err to syslog = {{ use_syslog }}
clog to syslog = {{ use_syslog }}
[client.radosgw.gateway]
[client.rados.gateway]
host = {{ hostname }}
keyring = /etc/ceph/keyring.rados.gateway
rgw socket path = /tmp/radosgw.sock
@@ -26,4 +26,4 @@
rgw keystone token cache size = {{ cache_size }}
rgw keystone revocation interval = {{ revocation_check_interval }}
#nss db path = /var/lib/ceph/nss
{% endif %}
{% endif %}