bifrost/releasenotes/notes/deprecate_node_network_info-8c5e1bc4df6b8097.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

18 lines
792 B
YAML

---
deprecations:
- The ``node_network_info`` parameter has been deprecated
in favor of the ``node_network_data`` parameter as the
related configuration drive ``network_info.json`` file was
misnamed originally, and should have been named
``network_data.json``.
Support for the node_network_info, and the continued
write-out of the network_info.json file in configuration
drives will be removed in the Queens cycle.
fixes:
- When support for passing configuration drive data to the
nodes was originally created, the file was accidentally named
incorrectly as ``network_info.json``. The correct filename
is ``network_data.json``. Both files will now be written
until support for writing ``network_info.json`` is removed
in the Queens cycle.