neutron-debug
OpenStack virtual network service - common files
Install
- All systems
-
curl cmd.cat/neutron-debug.sh
- Debian
-
apt-get install neutron-common
- Ubuntu
-
apt-get install neutron-common
- Kali Linux
-
apt-get install neutron-common
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install neutron-common
- Raspbian
-
apt-get install neutron-common
- Dockerfile
- dockerfile.run/neutron-debug
neutron-common
OpenStack virtual network service - common files
Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (such as vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities, including QoS, ACLs, and network monitoring. This package provides the common files.
python3-neutron
OpenStack virtual network service - Python library
Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (such as vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities, including QoS, ACLs, and network monitoring. This package provides the Python library.