mirror of https://github.com/ceph/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 <gabrioux@redhat.com>
(cherry picked from commit 152c2caa9f
)
pull/5152/head
parent
e2f1a0ade8
commit
d4c0d3ee66
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue