From: Guillaume Abrioux Date: Mon, 16 Mar 2020 08:55:20 +0000 (+0100) Subject: config: remove legacy option in ceph.conf.j2 X-Git-Tag: v4.0.17~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d4c0d3ee660d9ab840811ef03e4b265b06ed4572;p=ceph-ansible.git config: remove legacy option in ceph.conf.j2 This option has been deprecated (As of 0.51). By the way, ceph-ansible already sets the auth_{service,client,cluster}_required variables. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1623586 Signed-off-by: Guillaume Abrioux (cherry picked from commit 152c2caa9f8e2d250f5d11db7543c951b2ee5d4d) --- diff --git a/roles/ceph-config/templates/ceph.conf.j2 b/roles/ceph-config/templates/ceph.conf.j2 index a4da2372e..3e97f087c 100644 --- a/roles/ceph-config/templates/ceph.conf.j2 +++ b/roles/ceph-config/templates/ceph.conf.j2 @@ -6,7 +6,6 @@ auth cluster required = none auth service required = none auth client required = none -auth supported = none {% endif %} {% if ip_version == 'ipv6' %} ms bind ipv6 = true