Merge "Fix krb-service-principals with service_net_map_replace" into stable/train

This commit is contained in:
Zuul 2020-02-26 06:59:43 +00:00 committed by Gerrit Code Review
commit dd8f30286e
2 changed files with 7 additions and 1 deletions

View File

@ -101,7 +101,7 @@ resources:
{%- endif %}
{%- else %}
{%- if network.service_net_map_replace is defined %}
{{network.service_net_map_replace}}: {get_param: CloudNameStorageManagement}
{{network.service_net_map_replace}}: {get_param: CloudName{{network.name}}}
{%- else %}
{{network.name_lower}}: {get_param: CloudName{{network.name}}}
{%- endif %}

View File

@ -0,0 +1,6 @@
---
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>`_.)