bbc5cd7da5
Fixes the ironic utilities logic to parse URLs in driver_info properly. Also adds ``redfish_address`` to the default list of fields to evaluate for host matching. Previously an operator could add the field to the list, but the matching logic would not match the URL as it did not know to decompose the url and identify the hostname portion of the url. Resolves: rhbz#1670336 Story: 2008010 Task: 40660 Change-Id: Ice86e9ab3efb98b649141bdf7e1e2febdc9203a8
9 lines
379 B
YAML
9 lines
379 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the node identification logic to enable a user to list
|
|
the ``redfish_address`` label for ``driver_info`` field values for
|
|
identification of a machine using the ``[DEFAULT]ipmi_address_fields``
|
|
configuration option. Previously the host would just not be matched as
|
|
the full URL would be evaluated instead of what the URL may resolve to.
|