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.
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to