Remove replica_file knob from ipalib/install/service.py

The replica_file option is not needed anymore. Threfore the option can
be removed.

See: https://pagure.io/freeipa/issue/7689
Signed-off-by: Thomas Woerner <twoerner@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Thomas Woerner 2018-09-10 16:01:49 +02:00
parent 2f50d249f8
commit 374138d030

View File

@ -150,13 +150,6 @@ class ServiceInstallInterface(common.Installable,
cli_metavar='FILE',
)
replica_file = knob(
str, None,
description="a file generated by ipa-replica-prepare",
deprecated=True
)
replica_file = replica_install_only(replica_file)
dm_password = knob(
str, None,
sensitive=True,