]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
config: remove legacy option in ceph.conf.j2
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 16 Mar 2020 08:55:20 +0000 (09:55 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 16 Mar 2020 16:04:48 +0000 (12:04 -0400)
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 <gabrioux@redhat.com>
(cherry picked from commit 152c2caa9f8e2d250f5d11db7543c951b2ee5d4d)

roles/ceph-config/templates/ceph.conf.j2

index a4da2372efe13de66be17c6ad0337f2e61fd2ebe..3e97f087c384dc7ba05c77c003f2f64533872f91 100644 (file)
@@ -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