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
12 lines
491 B
YAML
12 lines
491 B
YAML
---
|
|
features:
|
|
- |
|
|
The cyborg framework consists of three core services - API, Conductor
|
|
and Agent.
|
|
cyborg-api supports GET/POST/PUT/DELETE operations for accelerators.
|
|
cyborg-conductor is responsible for handling all API requests that come in
|
|
via the API service.
|
|
cyborg-agent is responsible for all the Nova Cyborg interaction.
|
|
It should be noted that for operations that are not associated with DB change,
|
|
the cyborg-api could directly call cyborg-agent.
|