python-neutronclient/doc/source/index.rst
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

1.9 KiB

python-neutronclient documentation

This is a client for OpenStack Networking API. It provides Python API bindings <reference/index> (the neutronclient module).

There is OpenStack Client (OSC). CLI which support the Networking API.

User Documentation

cli/index reference/index

Contributor Guide

In the Contributor Guide <contributor/index>, you will find information on neutronclient's lower level programming details or APIs as well as the transition to OpenStack client.

contributor/index

Note

neutron CLI has been deprecated from Ocata release. We do not add, change and drop any existing commands any more. We only accept changes on OSC plugin, neutronclient python bindings and bug fixes on the deprecated CLI (neutron command).

History

Release notes is available at http://docs.openstack.org/releasenotes/python-neutronclient/.