Comment 14 for bug 1652928

Revision history for this message
Sridhar Ramaswamy (srics-r) wrote :

catching up a bit, looks you all are further down in narrowing down the issue.

@spzala: quick note on the imports. The imports doesn't show up in tacker's tosca templates (including the sample you refer to [1]) because they happen implicitly. The imports are unconditionally added by the code in [2] & [3] before sending off to TP.

[1] https://github.com/openstack/tacker/blob/master/samples/tosca-templates/vnfd/tosca-vnfd-scale.yaml
[2] https://github.com/openstack/tacker/blob/master/tacker/vnfm/tosca/utils.py#L85
[3] https://github.com/openstack/tacker/blob/master/tacker/vnfm/plugin.py#L189