ironic/releasenotes/notes/override-external_http_url-per-node-f5423b00b373e528.yaml
Iury Gregory Melo Ferreira c197a2d8b2 Override external_http_url at node level
This patch adds support to specify the URL to be used to publish
the node image when using virtual media.

The option is available under `driver_info['external_http_url']`,
if set this value has priority over the values in the configuration
file ([deploy]/external_http_url and [deploy]/http_url)

Story: 2010221
Task: 45970

Change-Id: If6a117a756b7d2a04251792f88c2ee412a040b28
2022-08-10 19:28:55 -03:00

9 lines
321 B
YAML

---
features:
- |
Nodes using virtual media can now specify their own external URL.
This setting can be leveraged via the ``driver_info\external_http_url``
node setting.
When used, this setting overrides the ``[deploy]http_url`` and
``[deploy]external_http_url`` settings in the configuration file.