aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2017-08-10 13:42:31 -0400
committerJames Slagle <jslagle@redhat.com>2017-08-14 08:47:45 -0400
commit589b18dafc5f9a79d39bfb0a1d8ecbc0d3d34627 (patch)
tree914a9e85599b3ac6fd8a82e36f6554c7ca1bc1b0 /releasenotes/notes
parenta454ff5acb361547c944c3a65176506b6566d3a8 (diff)
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
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/fix-heat-condition-for-rhel-reg-311a3dce76cc0ec1.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-heat-condition-for-rhel-reg-311a3dce76cc0ec1.yaml b/releasenotes/notes/fix-heat-condition-for-rhel-reg-311a3dce76cc0ec1.yaml
new file mode 100644
index 00000000..e417f5f2
--- /dev/null
+++ b/releasenotes/notes/fix-heat-condition-for-rhel-reg-311a3dce76cc0ec1.yaml
@@ -0,0 +1,9 @@
+---
+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