nova/releasenotes/notes/accelerator-requests-6c9a6fef77ab776a.yaml
Sundar Nadathur 0a795a3b64 Add release notes for Cyborg-Nova integration.
Change-Id: I4b630d755f99863faf6a432b086608d494ef3cc3
Blueprint: nova-cyborg-interaction
2020-04-03 17:13:04 +08:00

15 lines
624 B
YAML

---
features:
- |
Handling accelerator requests for an instance is now supported (where
supported by the underlying virt driver) as of microversion
2.82. The Cyborg service generates an event for the binding
completion for each accelerator request (ARQ) for an instance.
Adds a new event ``accelerator_request_bound`` for this to the API
``POST /os-server-external-events``
The lists of operations that are supported or unsupported for
instances with accelerators are listed in
`accelerator operation guide
<https://docs.openstack.org/api-guide/compute/accelerator-support.html>`_