neutron-3.7

client API library for Neutron - Python 3.x

Install

All systems
curl cmd.cat/neutron-3.7.sh
Debian Debian
apt-get install python3-neutronclient
Ubuntu
apt-get install python3-neutronclient
image/svg+xml Kali Linux
apt-get install python3-neutronclient
Fedora
dnf install python3-neutronclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-neutronclient
Raspbian
apt-get install python3-neutronclient

python3-neutronclient

client API library for Neutron - Python 3.x

Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc). This package provides the client and Python 3.x module.