Bug 1719760
Summary: | Backport broke deprecated enable-internal-tls environment file | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Harald Jensås <hjensas> |
Component: | openstack-tripleo-heat-templates | Assignee: | Harald Jensås <hjensas> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Sasha Smolyak <ssmolyak> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 13.0 (Queens) | CC: | bfournie, mburns, ssmolyak |
Target Milestone: | z9 | Keywords: | TestOnly, Triaged, ZStream |
Target Release: | 13.0 (Queens) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-8.3.1-83.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1719758 | Environment: | |
Last Closed: | 2019-11-05 11:53:10 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1719758 | ||
Bug Blocks: |
Description
Harald Jensås
2019-06-12 13:34:34 UTC
According to our records, this should be resolved by openstack-tripleo-heat-templates-8.3.1-87.el7ost. This build is available now. Verified that /usr/share/openstack-tripleo-heat-templates/environments/enable-internal-tls.j2.yaml contains the fix: {%- for role in roles %} OS::TripleO::{{role.name}}ServiceServerMetadataHook: ../extraconfig/nova_metadata/krb-service-principals/{{role.name.lower()}}-role.yaml {%- endfor %} |