From 0ce79ec6f51083efe7dce724503ef502481b3f65 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Tue, 7 Aug 2018 11:05:20 +0200 Subject: [PATCH] Mark replica_file option as deprecated The replica_file option is only supported for DL0. The option will be marked deprecated for now. See: https://pagure.io/freeipa/issue/7669 Signed-off-by: Thomas Woerner Reviewed-By: Christian Heimes --- ipalib/install/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ipalib/install/service.py b/ipalib/install/service.py index a101b7ca6..e3c446a26 100644 --- a/ipalib/install/service.py +++ b/ipalib/install/service.py @@ -153,6 +153,7 @@ class ServiceInstallInterface(common.Installable, replica_file = knob( str, None, description="a file generated by ipa-replica-prepare", + deprecated=True ) replica_file = replica_install_only(replica_file)