]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
rgw: use correct default rgw frontend address
authorNoah Watkins <nwatkins@redhat.com>
Fri, 30 Nov 2018 23:46:42 +0000 (15:46 -0800)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Sat, 1 Dec 2018 20:09:46 +0000 (20:09 +0000)
commite8b10f47dc40aa275257548a202f260ee8f62a42
tree9474724bac668e1c3037cb6bfdc4b731d341747e
parent788723cc2284600a12c7f8862927a3db171bf809
rgw: use correct default rgw frontend address

since 0.0.0.0 is the default radosgw address (not 'address'), not
configuring an address explicitly, and instead configuring the radosgw
interface, would result in 0.0.0.0 being used, instead of falling
through to section that inspects the interface config option.

backport note: this cannot be cherry-picked from master since this code
doesn't exist in master.

fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1655131

Signed-off-by: Noah Watkins <nwatkins@redhat.com>
roles/ceph-config/templates/ceph.conf.j2