Deprecated version should be an explicit version number (#44593)

This commit is contained in:
Matt Martz 2018-08-23 14:45:39 -05:00 committed by GitHub
commit 2787bda0fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -574,7 +574,7 @@ def main():
config_object = None
if is_cliconf(module):
module.deprecate(msg="cli support for 'iosxr_system' is deprecated. Use transport netconf instead",
version="4 releases from v2.5")
version="2.9")
config_object = CliConfiguration(module)
elif is_netconf(module):
config_object = NCConfiguration(module)