neutron-sriov-nic-agent
OpenStack virtual network service - common files
Install
- All systems
-
curl cmd.cat/neutron-sriov-nic-agent.sh
- Debian
-
apt-get install neutron-common
- Ubuntu
-
apt-get install python3-neutron
- Kali Linux
-
apt-get install neutron-common
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-neutron
- Raspbian
-
apt-get install neutron-common
- Dockerfile
- dockerfile.run/neutron-sriov-nic-agent
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.
neutron-sriov-agent
OpenStack virtual network service - SR-IOV agent
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 Mellanox SR-IOV agent.
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.