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 <twoerner@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Thomas Woerner 2018-08-07 11:05:20 +02:00 committed by Christian Heimes
parent 38936817d2
commit 0ce79ec6f5

View File

@ -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)