Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Relax filtering in krb-service-principals jinja" into stable/t…
Browse files Browse the repository at this point in the history
…rain
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 20, 2019
2 parents f9f6234 + cfe728a commit e104d0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resources:
role_data: {get_param: RoleData}
role_networks:
- ctlplane
{%- for network in networks if network.vip|default(false) and network.name in role.networks %}
{%- for network in networks if network.name in role.networks %}
{%- if network.service_net_map_replace is defined %}
- {{network.service_net_map_replace}}
{%- else %}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Fixes an issue where filtering of networks for kerberos service principals
was too aggressive, causing deployment failure. See bug `1854846
<https://bugs.launchpad.net/tripleo/+bug/1854846>`_.

0 comments on commit e104d0b

Please sign in to comment.