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

2.1 KiB

Using CLI

There is OpenStackClient (OSC) which support the Networking API

OpenStackClient

OpenStackClient provides the basic network commands and python-neutronclient provides extensions <osc_plugins> (aka OSC plugins) for advanced networking services.

Basic network commands <https://docs.openstack.org/python-openstackclient/latest/cli/command-list.html> Network commands for advanced networking services <osc_plugins> Mapping Guide from neutron CLI <https://docs.openstack.org/python-openstackclient/latest/cli/decoder.html#neutron-cli>

neutron CLI

Warning

neutron CLI is removed. Use openstack CLI instead. See openstack CLI command list and its extensions for advanced networking services <osc_plugins>. The command mapping from neutron CLI to openstack CLI is available here.