diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-15 14:34:38 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-15 14:34:38 +0000 |
commit | f988e0cc6bfe568c29473a4a2e5d93025862ada0 (patch) | |
tree | d837b9e8b7e50cfa41670ca468c78bf92c773faf /releasenotes/notes/fix-heat-condition-for-rhel-reg-311a3dce76cc0ec1.yaml | |
parent | 6976b8f6502394b09fb502666a47c0b2fcbc5304 (diff) | |
parent | 589b18dafc5f9a79d39bfb0a1d8ecbc0d3d34627 (diff) |
Merge "Fix Heat condition for RHEL registration yum update"
Diffstat (limited to 'releasenotes/notes/fix-heat-condition-for-rhel-reg-311a3dce76cc0ec1.yaml')
-rw-r--r-- | releasenotes/notes/fix-heat-condition-for-rhel-reg-311a3dce76cc0ec1.yaml | 9 |
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 |