mirror of https://github.com/ceph/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 <sebastien.han@enovance.com>pull/56/head
parent
57d1f855f4
commit
b21174b189
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue