Merge "Fix radosgw 'rgw frontends' param"

This commit is contained in:
Jenkins 2016-05-03 10:24:17 +00:00 committed by Gerrit Code Review
commit 31d1271f1e
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ mon compact on start = true
host = {{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}
keyring = /etc/ceph/ceph.client.radosgw.keyring
log file = /var/log/radosgw/client.radosgw.gateway.log
rgw frontends = civetweb port={{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}:{{ rgw_port }}
rgw frontends = civetweb port={{ rgw_port }}
{% endif %}