Skip to content
Snippets Groups Projects
Commit 3a3fb511 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

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

This is option is used in test scripts.
parent 09ab29b4
No related branches found
No related tags found
No related merge requests found
...@@ -259,6 +259,9 @@ def parse_options(): ...@@ -259,6 +259,9 @@ def parse_options():
default=None, type=int, default=None, type=int,
help="Start value of the secondary range for mapping " help="Start value of the secondary range for mapping "
"UIDs and GIDs to RIDs") "UIDs and GIDs to RIDs")
# deprecated
parser.add_argument("--domain-level", type=int,
help="IPA domain level (deprecated)")
# uninstall # uninstall
parser.add_argument("--ignore-topology-disconnect", parser.add_argument("--ignore-topology-disconnect",
dest="ignore_topology_disconnect", dest="ignore_topology_disconnect",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment