Files
sphinx-feature-classification/releasenotes/notes/support-driver-notes-b73d5b185f05db7f.yaml
Stephen Finucane c07a2e9cf6 Parse 'driver-notes-XXX' values
This seems to have been missed in the import from nova.

Change-Id: Ic38c16aca1e94a9a06ad6efc7f53772b660b68da
Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-06-26 10:16:06 +01:00

15 lines
419 B
YAML

---
features:
- |
You can now specify ``driver-notes.XXX`` values. These are useful to
provide additional context for features with a status of ``partial``. For
example::
[operation.Cool_Feature]
title=Cool Feature
status=optional
notes=A pretty darn cool feature.
driver.foo=complete
driver.bar=partial
driver-notes.bar=Requires hardware support.