Comment 5 for bug 1729312

Revision history for this message
Miguel Caballer (micafer1) wrote :

Hi David,

It seems that the error comes from this node:

    Forwarding_path1:
      type: tosca.nodes.nfv.FP
      description: the path (CP11->CP21->CP31)
      properties:
        policy:
      requirements:
        - forwarder: CP11
        - forwarder: CP21
        - forwarder: CP31

The forwarder requirement needs that the node specified (in this case CP11) has the capability: "tosca.capabilities.nfv.Forwarder".

CP111 is a "tosca.nodes.nfv.CP" nodetype does not has it and it is the origin of the error.