* Move OSC first as neutron CLI is deprecated * Add more information on OSC usage (links to embeded command list and the mapping guide) * Add deprecation notice for neutron CLI This commit also makes toctree structure simpler At now, we have two index page unlinked from the top page. I thought it is good first, but it potentially makes things tricky. Let's remove such tweaks for easy maintenance. Change-Id: I7fd79f465fa6c04bf5b13f6578796d4c2d01edfd
2.2 KiB
Using CLI
There are two CLIs which support the Networking API: OpenStackClient
(OSC) and neutron CLI <neutron> (deprecated).
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 now deprecated and will be removed in the future. 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.
neutron CLI guide <neutron>