python2-neutron
client API library for Neutron - Python 2.7
Install
- All systems
-
curl cmd.cat/python2-neutron.sh
- Debian
-
apt-get install python-neutronclient
- Ubuntu
-
apt-get install python-neutronclient
- Kali Linux
-
apt-get install python-neutronclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-neutronclient
- Raspbian
-
apt-get install python-neutronclient
- Dockerfile
- dockerfile.run/python2-neutron
python-neutronclient
client API library for Neutron - Python 2.7
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 2.7 module.