2.3 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> neutron CLI reference <neutron-reference>