Skip to content

Commit

Permalink
Fix radosgw 'rgw frontends' param
Browse files Browse the repository at this point in the history
Fix 'rgw frontends' param on ceph-rgw container.
After apply this patch the service starts
http://paste.openstack.org/show/495786/

Closes-Bug: #1576817
Change-Id: I434ca2a72c035f457bd50ef5de20e62f89974e0c
  • Loading branch information
ccesario committed May 2, 2016
1 parent 420f874 commit 819ae24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ceph/templates/ceph.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 819ae24

Please sign in to comment.