bifrost/releasenotes/notes/openstacksdk-addition-efec3878ef988295.yaml
Sharpz7 4529d48afe [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: I41b2db35cdf21917ac20ed0866af3b9c94789f0b
2024-01-25 21:31:33 +00:00

9 lines
344 B
YAML

---
features:
- |
Adds the use of the ``openstacksdk`` library which is superseding the
``shade`` library for communicating with OpenStack services using the
Ansible modules. By default this will attempted to be installed
from source. Set the ``openstacksdk_source_install`` option to false
in order to install from PyPI.