]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix section name 56/head
authorSébastien Han <sebastien.han@enovance.com>
Wed, 19 Mar 2014 15:29:57 +0000 (16:29 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Wed, 19 Mar 2014 15:29:57 +0000 (16:29 +0100)
All the rgw instance should share the same key so the section name
should not be changed.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/common/templates/ceph.conf.j2

index 1ad35a76f019930afcb61fc6a00d9686b038a6f7..e015c7c1809791218d7ce48c53eba96ac6a48588 100644 (file)
@@ -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