Comment 2 for bug 1899489

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr-kubernetes (master)

Reviewed: https://review.opendev.org/760255
Committed: https://git.openstack.org/cgit/openstack/kuryr-kubernetes/commit/?id=3a4d901fa67533c3e1bcdb4f6dc07736ac28167b
Submitter: Zuul
Branch: master

commit 3a4d901fa67533c3e1bcdb4f6dc07736ac28167b
Author: Tabitha <email address hidden>
Date: Wed Oct 28 23:22:11 2020 +0100

    Returns CNI errors in specified form

    CNI spec defines the way to return errors from the CNI plugin, along
    with well-defined error codes that can be used by the CNI to decide
    how to treat the error. This change updates service.py and main.go
    to return CNI errors in the specified form.

    Change-Id: Ib76debb56aeb746b92c8260be00f3445cca5948f
    Closes-Bug: #1899489