missing topology_template
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Heat Translator |
New
|
Undecided
|
Victor HU |
Bug Description
When importing the Definition from the sample CSAR recently shared in TOSCA WG, I get an error that "topology_
Note that the spec mentions singular "topology_template" and the sample CSAR has the plurar form "topology_
for name in self.tpl:
if name not in SECTIONS:
> raise UnknownFieldErr
E UnknownFieldError: Template contain(s) unknown field: "topology_
Changed in heat-translator: | |
assignee: | nobody → Victor HU (huruifeng) |
Hi Tom, thanks for reporting this bug. The blueprint for implementation for topology_template was opened while back and the work is in progress - https:/ /blueprints. launchpad. net/heat- translator/ +spec/tosca- topology- template
The work is expected to be complete by end of this month.