98a226b9c6
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent. Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: Icb4e66359c3e79618c916b35793ea7b5f79b030d
10 lines
506 B
YAML
10 lines
506 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds an ``accelerators`` plugin to identify accelerator devices and update
|
|
the bare metal node for future scheduling. The accelerator devices will be
|
|
saved to node properties under the key ``accelerators``. Introduces a
|
|
configuration option ``[accelerators]known_devices`` to specify a
|
|
configuration file which contains required information to identify
|
|
accelerator devices, by default it uses the in-tree configuration file
|
|
named ``known_accelerators.yaml``. |