Change-Id: Ia07630b2626781d89b1957a96706e22a9e28674f
2.2 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
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/.