diff options
| author | Slawek Kaplonski <skaplons@redhat.com> | 2021-05-27 12:18:50 +0200 |
|---|---|---|
| committer | Slawek Kaplonski <skaplons@redhat.com> | 2021-05-27 12:09:32 +0000 |
| commit | 76dd26f9fdd35bf922509e587e25a30927517808 (patch) | |
| tree | e4037048e7898b70d18d20a09c6516c5c5df83cb /neutronclient | |
| parent | 439e290e95735dfa80b7e0fb193e45470128daec (diff) | |
| download | python-neutronclient-76dd26f9fdd35bf922509e587e25a30927517808.tar.gz | |
Set when deprecated neutron client CLI will be removed
[1] was the last missing bit in OSC to have feature parity between
OpenStack client and Neutronclient CLI tools.
So now as [1] is merged we can really deprecate and specify that in Z
cycle we will remove neutronclient CLI.
This patch changes deprecation message to reflect that.
[1] https://review.opendev.org/c/openstack/python-openstackclient/+/768210
Change-Id: Ia68af29ea15bda7330fda1b18416798a0f4cb7a4
Diffstat (limited to 'neutronclient')
| -rw-r--r-- | neutronclient/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neutronclient/shell.py b/neutronclient/shell.py index aed4c8f..13cd0fa 100644 --- a/neutronclient/shell.py +++ b/neutronclient/shell.py @@ -637,7 +637,7 @@ class NeutronShell(app.App): def main(argv=sys.argv[1:]): try: print(_("neutron CLI is deprecated and will be removed " - "in the future. Use openstack CLI instead."), file=sys.stderr) + "in the Z cycle. Use openstack CLI instead."), file=sys.stderr) return NeutronShell(NEUTRON_API_VERSION).run( list(map(encodeutils.safe_decode, argv))) except KeyboardInterrupt: |
