52653c95e0
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
13 lines
588 B
YAML
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>`_.
|