Merge "Revert "Fix radosgw 'rgw frontends' param""

This commit is contained in:
Jenkins 2016-07-08 09:58:46 +00:00 committed by Gerrit Code Review
commit bb58665087

View File

@ -24,5 +24,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/kolla/ceph/client.radosgw.gateway.log
rgw frontends = civetweb port={{ rgw_port }}
rgw frontends = civetweb port={{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}:{{ rgw_port }}
{% endif %}