tripleo-heat-templates/releasenotes/notes/fix-krb-service-principals-with-service-net-map-replace-463dd1296766cc47.yaml
Harald Jensås 0af021bc5f Fix krb-service-principals with service_net_map_replace
The CloudNameStorageManagement property was used for almost all
networks when service_net_map_replace is defined. This should
not be hardcoded to StorageManagement, it needs to be replaced
by {{network.name}}.

Closes-Bug: #1862679
Change-Id: I140aa8e44134130d03f6670a9314783288396dde
2020-02-10 19:43:00 +01:00

7 lines
239 B
YAML

---
fixes:
- |
Fixes an issue where the parameter ``CloudNameStorageManagement`` was used
for all custom networks with service_net_map_replace defined.
(See bug: `1862679 <https://bugs.launchpad.net/tripleo/+bug/1862679>`_.)