Senlin integration broken in latest Pike
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
New
|
Undecided
|
Unassigned |
Bug Description
There are two things broken in the Senlin integration for Heat.
The first issue I encountered was this.
> Error: ERROR: Property error: : resources.
It was solved by cherry-picking the following patch from Queens.
https:/
The second issue is this, when creating a stack using Senlin.
> Property error: resources.
https:/
The valid values should be followed by a version (e.g. -1.0), but for some reason the values returned by the Senlin client does not have these appended.
As a work-around, I was able to get it working by manually appending the version.
https:/
e.g.
> -names = [pt.name for pt in type_list]
> +names = ['%s-%s' % (pt.name, pt.support_
description: | updated |
Changed in heat: | |
milestone: | none → no-priority-tag-bugs |