kolla-ansible/releasenotes/notes/ironic-agent-files-directory-parameter-12868270b1d7f0ea.yaml
Christian Berendt 58b5ca2783 ironic: add ironic_agent_files_directory parameter
With the parameter ironic_agent_files_directory it is possible to provide
the directory for the ironic-agent.kernel and ironic-agent.initramfs
files. By default the parameter is set to the value of node_custom_config.
This corresponds to the existing behaviour.

Change-Id: I53bb0eddc5380713a967356c85897d8df8ce505f
2023-08-02 14:14:47 +02:00

9 lines
319 B
YAML

---
features:
- |
With the parameter ``ironic_agent_files_directory`` it is possible to
provide the directory for the ``ironic-agent.kernel`` and
``ironic-agent.initramfs`` files. By default the parameter is set to
the value of ``node_custom_config``. This corresponds to the existing
behaviour.