sushy-tools/releasenotes/notes/fakedriver-819d46b6f1e18081.yaml
Sharpz7 244620d8f5 [codespell] Fixing Spelling Mistakes
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: I563e316ba9955766e28d9cec702387fac472c414
2024-01-29 19:12:47 +00:00

10 lines
301 B
YAML

---
features:
- |
Adds a fake system driver (activated using the ``--fake`` argument) that
does not have an actual backend and works by storing all values in
the cache.
It is currently functional enough for the Ironic's ``ramdisk`` deploy
(and undeploy) to finish successfully.