This patch rearranges and reformats existing content. Change-Id: Ibcad865d2ae45696628f77b5bd5f0e6b1f6842cf
2.3 KiB
python-neutronclient documentation
This is a client for OpenStack Networking API. It provides Python API bindings <reference/index>
(the
neutronclient module) and command-line interface (CLI) <cli/index>
.
There are two CLIs which support the Networking API: neutron CLI <cli/neutron>
and OpenStack
Client (OSC). OpenStack Client provides the basic network commands
and python-neutronclient provides extensions (aka OSC plugins) for
advanced networking services.
User Documentation
reference/index cli/neutron cli/osc_plugins
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/client_command_extensions contributor/cli_option_guideline contributor/transition_to_osc
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/.