Comment 1 for bug 1752304

Revision history for this message
Trinh Nguyen (dangtrinhnt) wrote :

Hi Manuel,

The criteria syntax has been changed in Tacker.

So instead of:
          criteria:
            - network_src_port_id: {get_input: net_src_port_id}
            - destination_port_range: 80-80
            - ip_proto: 6

You should use:
          criteria:
            - network_src_port_id: {get_input: net_src_port_id}
              destination_port_range: 80-80
              ip_proto: 6

If you want to add backward compatibility to the toscar parser, please submit a patch.

Regards,