c197a2d8b2
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
9 lines
321 B
YAML
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.
|