blob: e417f5f290b56b12b741b0c57196b5d30ff75231 (
plain)
1
2
3
4
5
6
7
8
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
|