Merge pull request #209 from leseb/fix-rgw-section

Fix the rgw section
pull/210/head
Leseb 2015-02-20 18:46:26 +01:00
commit 0fcfc477ba
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
{% if radosgw %} {% if radosgw %}
{% for host in groups['rgws'] %} {% for host in groups['rgws'] %}
{% if hostvars[host]['ansible_hostname'] is defined %} {% if hostvars[host]['ansible_hostname'] is defined %}
[client.radosgw.{{ hostvars[host]['ansible_hostname'] }}] [client.radosgw.gateway]
{% if radosgw_dns_name is defined %} {% if radosgw_dns_name is defined %}
rgw dns name = {{ radosgw_dns_name }} rgw dns name = {{ radosgw_dns_name }}
{% endif %} {% endif %}