Fix Heat condition for RHEL registration yum update
[apex-tripleo-heat-templates.git] / releasenotes / notes / fix-heat-condition-for-rhel-reg-311a3dce76cc0ec1.yaml
1 ---
2 fixes:
3   - |
4     Fix Heat condition for RHEL registration yum update
5     There were 2 problems with this condition making the
6     rhel-registration.yaml template broken: "conditions" should be "condition"
7     and the condition should refer to just a condition name defined in the
8     "conditions:" section of the template.  See
9     https://bugs.launchpad.net/tripleo/+bug/1709916