diff options
| author | Stanislav Laznicka <slaznick@redhat.com> | 2016-06-02 14:08:32 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-06-02 19:04:18 +0200 |
| commit | 3076cb9dcc8afc3f7d2525226772f2494b6d2cd5 (patch) | |
| tree | cf0de47a3f8af60a227549dafd2778db1332d269 | |
| parent | 4ded2ffc161ec649ba1ccf8d0b528d24028080df (diff) | |
Deprecated the domain-level option in ipa-server-install
https://fedorahosted.org/freeipa/ticket/5907
Reviewed-By: Martin Basti <mbasti@redhat.com>
| -rw-r--r-- | ipaserver/install/server/install.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py index e4d4ab163..4b8ef0486 100644 --- a/ipaserver/install/server/install.py +++ b/ipaserver/install/server/install.py @@ -1368,6 +1368,7 @@ class Server(BaseServer): int, constants.MAX_DOMAIN_LEVEL, description="IPA domain level", cli_name='domain-level', + deprecated=True, ) @domainlevel.validator |
