tripleo-heat-templates/releasenotes/notes/fix-heat-condition-for-rhel-reg-311a3dce76cc0ec1.yaml
James Slagle 589b18dafc Fix Heat condition for RHEL registration yum update
There were 2 problems with this condition making the
rhel-registration.yal template broken:

"conditions" should be "condition"

The condition should refer to just a condition name defined in the
"conditions:" section of the template.

Change-Id: I14d5c72cf86423808e81f1d8406098d5fd635e66
Closes-Bug: #1709916
2017-08-14 08:47:45 -04:00

10 lines
384 B
YAML

---
fixes:
- |
Fix Heat condition for RHEL registration yum update
There were 2 problems with this condition making the
rhel-registration.yaml template broken: "conditions" should be "condition"
and the condition should refer to just a condition name defined in the
"conditions:" section of the template. See
https://bugs.launchpad.net/tripleo/+bug/1709916