How can I pass parameters to a VNF when the values should populate a property of type list.
An example:
security_groups:
-          my_first_group
-          my_second_group
If I use a template like this:
security_groups:
-           {get_input :  name_of_parameter}
The text “{get_input : name_of_parameter}” is “copied over to Heat” as is.  Actual parameter value is ignored.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20161121/70c65bf3/attachment.html>