tripleo-heat-templates/releasenotes/notes/use-role-name-ExtraConfig-with-deprecations-2688f34fbc6de74a.yaml
James Slagle fa4b3e2a3c Honor {{role.name}}ExtraConfig with deprecated params
{{role.name}}ExtraConfig was previously ignored if the role used
deprecated params in roles_data.yaml. This was due to the usage of
server_resource_name in the ExtraConfig resource, where
service_resource_name also defaulted to
deprecated_service_resource_name. So, the new {{role.name}}ExtraConfig
was never actually used.

Change-Id: I83e57317e2c56260957be90c66290a41a926835a
Closes-Bug: #1758343
2018-03-24 13:17:18 +01:00

7 lines
254 B
YAML

---
fixes:
- |
``{{role.name}}ExtraConfig`` will now be honored even when using deprecated
params in roles_data.yaml. Previously, its value was ignored and never used
even though it is defined as a valid parameter in the rendered template.