Skip to content
Snippets Groups Projects
Commit 31d1271f authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix radosgw 'rgw frontends' param"

parents bf6b2a44 819ae24b
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment