python-neutronclient/releasenotes/notes/remove-cli-code-53969e9aa927e530.yaml
Slawek Kaplonski 52653c95e0 Remove the CLI code from the Neutron client.
This project no longer provides CLI support. All code has been
removed. Please use openstack CLI instead

This patch removes entry point for neutron CLI too, bash completion
script and CLI related functional and unit tests but it
still keeps neutronclient/neutron/v2_0 module as this is used by e.g.
Nova.

Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com>

Closes-Bug: #2003861
Change-Id: I5b6c735d1ff931d7991a42b262e7faa47b75edeb
2023-04-11 13:12:45 +02:00

13 lines
588 B
YAML

prelude: >
|
This new version of ``python-neutronclient`` does not include the
command line interface code. The "neutron" script is no longer
supported. This project only contains the OpenStack Client bindings
that are currently being moved to OpenStack SDK
<https://bugs.launchpad.net/neutron/+bug/1999774>_.
deprecations:
- |
This project no longer provides CLI support. All code has been removed.
Please use openstack CLI instead. See `openstack CLI command list
<https://docs.openstack.org/python-openstackclient/latest/cli/command-list.html>`_.