
This seems to have been missed in the import from nova. Change-Id: Ic38c16aca1e94a9a06ad6efc7f53772b660b68da Signed-off-by: Stephen Finucane <stephen@that.guru>
15 lines
419 B
YAML
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.
|