utils/ansible-ipa-server-install: Add deprecated (unused) --domain-level option

This is option is used in test scripts.
This commit is contained in:
Thomas Woerner
2019-08-15 17:32:42 +02:00
parent 09ab29b4e7
commit 3a3fb51109

View File

@@ -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",