244620d8f5
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
10 lines
301 B
YAML
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.
|