From b21174b1897eeef8c45ad369be4ae08356106239 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 19 Mar 2014 16:29:57 +0100 Subject: [PATCH] Fix section name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit All the rgw instance should share the same key so the section name should not be changed. Signed-off-by: Sébastien Han --- roles/common/templates/ceph.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3