cyborg/releasenotes/notes/basic-framework-28d6b42d9bf684af.yaml
Andreas Jaeger 5b4b9a382c It's releasenotes - plural
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
2018-02-14 10:43:31 +01:00

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.