From 3a3fb51109b446ac404785c02db136c49f6668a3 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Thu, 15 Aug 2019 17:32:42 +0200 Subject: [PATCH] utils/ansible-ipa-server-install: Add deprecated (unused) --domain-level option This is option is used in test scripts. --- utils/ansible-ipa-server-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/ansible-ipa-server-install b/utils/ansible-ipa-server-install index 3faf480c..89b93d56 100755 --- a/utils/ansible-ipa-server-install +++ b/utils/ansible-ipa-server-install @@ -259,6 +259,9 @@ def parse_options(): default=None, type=int, help="Start value of the secondary range for mapping " "UIDs and GIDs to RIDs") + # deprecated + parser.add_argument("--domain-level", type=int, + help="IPA domain level (deprecated)") # uninstall parser.add_argument("--ignore-topology-disconnect", dest="ignore_topology_disconnect", -- GitLab