8d85e61c36
Change-Id: I0f522b848c586506d9556b6821d03f9c0c302cd8
11 lines
502 B
YAML
11 lines
502 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where Custom Hostnames is in use. Previously it was possible
|
|
that the ``HostnameMap`` lookup lookup would return unexpected and
|
|
incorrect results if the hostname (the key) is not in the map. The string
|
|
replacement mechanism used previously was replaced by a yaql expression
|
|
that will do exact matching only. If no matching key is in the
|
|
HostnameMap, the default hostname is returned.
|
|
`bug 1781560 <https://review.opendev.org/#/c/582475/>`_.
|