tripleo-heat-templates/releasenotes/notes/fix-str-replace-hostname-issue-393fb6954f12f7e6.yaml
jacky06 8d85e61c36 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I0f522b848c586506d9556b6821d03f9c0c302cd8
2019-06-26 02:43:46 +00:00

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/>`_.