In ETSI tosca definition, node type “tosca.nodes.nfv.VNF” has
property “vnfm_info” that is defined as of type list.
Definition given in etsi_nfv_sol001_vnfd_types.yaml:
tosca.nodes.nfv.VNF:
properties:
vnfm_info:
type: list
required: true
Example:
tosca.nodes.nfv.VNF:
properties:
vnfm_info: [vnfm1, vnfm2]
Added translation support for list data type.
Change-Id: I02a4ba46da588ef7c1ac36a15d7cd537187e3ecc