OpenStack Networking (Neutron)
8912ea5575
Added a new port extension: device profile (``port_device_profile``). This extension adds the "device_profile" parameter to the "port" API and specifies the device profile per port. This parameter is a string. This parameter is passed to Nova and Nova retrieves the requested device profile from Cyborg. Reference: https://docs.openstack.org/api-ref/accelerator/v2/index.html# device-profiles For backwards compatibility, this parameter will be "None" by default. Closes-Bug: #1906602 Depends-On: https://review.opendev.org/c/openstack/neutron-lib/+/767586 Change-Id: I1202a8388e64ae4270ef4ca118993504ae7c1731 |
||
---|---|---|
api-ref | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
vagrant/ovn | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
plugin.spec | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute, please read the CONTRIBUTING.rst file.