From: Sébastien Han Date: Wed, 19 Mar 2014 15:29:57 +0000 (+0100) Subject: Fix section name X-Git-Tag: v1.0.0~373^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b21174b1897eeef8c45ad369be4ae08356106239;p=ceph-ansible.git Fix section name All the rgw instance should share the same key so the section name should not be changed. Signed-off-by: Sébastien Han --- diff --git a/roles/common/templates/ceph.conf.j2 b/roles/common/templates/ceph.conf.j2 index 1ad35a76f..e015c7c18 100644 --- a/roles/common/templates/ceph.conf.j2 +++ b/roles/common/templates/ceph.conf.j2 @@ -64,7 +64,7 @@ {% if radosgw %} {% for host in groups['rgws'] %} -[client.radosgw.gateway.{{ hostvars[host]['ansible_hostname'] }}] +[client.radosgw.gateway] host = {{ hostvars[host]['ansible_fqdn'] }} keyring = /etc/ceph/keyring.radosgw.gateway rgw socket path = /tmp/radosgw.sock