references_with_options(:cloud_subnet_templates).each do |template|
      next unless template[:operation] == 'DELETE'
      manager.cloud_subnets_by_extra_attr('template_id', template[:ems_ref]).each do |subnet|
        add_target!(:cloud_subnets, subnet.ems_ref, :kind => 'L3', :deleted => true)