bifrost/releasenotes/notes/deprecate_node_network_info-8c5e1bc4df6b8097.yaml
Chris Krelle 82482a7364 follow up to Change-Id: I4150f86fbc141dcd6fd12094acab1ca43d76910c
Just a minor spelling fix in release note.

Change-Id: I42e241e63285eacb02c6eb3e4fb64d30dcea0027
2016-12-02 17:48:48 +00:00

18 lines
791 B
YAML

---
deprecations:
- The ``node_network_info`` parameter has been deperecated
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 accidently 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.