5b4b9a382c
Releasenotes builds in OpenStack requires a directory called releasenotes/source - rename files. Note that tox.ini is already correct, so with this change "tox -e releasenotes" works. Fix warning about RST problems. Change-Id: Ic2b393e4a5c5324e184030dc1d21d0dc27aa060e
15 lines
823 B
YAML
15 lines
823 B
YAML
---
|
|
features:
|
|
- |
|
|
Cyborg-Nova interaction was completed in Queens via three specs.
|
|
The cyborg-nova-interaction spec serves as the main spec defines the interaction
|
|
mechanism between Cyborg and Nova is via Placement to which cyborg-conductor
|
|
will periodically report the accelerator resource info, which is acquired via
|
|
resource tracker functionality in the agent.
|
|
The cyborg-internal-api spec defines the internal api that is mainly used for
|
|
internal communication between conductor/agent and driver.
|
|
The cyborg-fpga-model-proposal spec defines the first tryout of data modeling of
|
|
accelerator resources via resource provider. Two types of tables (accelerator
|
|
for base PF and deployable for VF) are defined there and nested resource
|
|
provider will be utilized in Rocky release.
|