python3-neutron
client API library for Neutron - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-neutron.sh
- Debian
-
apt-get install python3-neutronclient
- Ubuntu
-
apt-get install python3-neutronclient
- 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
- Dockerfile
- dockerfile.run/python3-neutron
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.