neutron/releasenotes/notes/port-device-profile-extension-30ffdaf6a89b89dc.yaml
Rodolfo Alonso Hernandez 8912ea5575 Add port device profile extension
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
2021-01-22 16:17:30 +00:00

14 lines
492 B
YAML

---
features:
- |
Introduce the attribute ``port_device_profile`` to ports that
specifies the device profile needed per port. This parameter is
a string. This parameter is passed to Nova and Nova retrieves
the requested profile from Cyborg:
`Device profiles <https://docs.openstack.org/api-ref/accelerator/v2/index.html#device-profiles>`_.
Operators can turn on this feature via the configuration option::
[ml2]
extension_drivers = port_device_profile