Comment 2 for bug 1499956

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

Reviewed: https://review.openstack.org/231403
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=8fabf1e60403256a05d70dadf172cfc85455f635
Submitter: Jenkins
Branch: master

commit 8fabf1e60403256a05d70dadf172cfc85455f635
Author: Taku Fukushima <email address hidden>
Date: Mon Oct 5 16:21:55 2015 +0900

    Update Kuryr to catch up with libnetwork 0.5.0

    This patch makes Kuryr catch up with the new API of
    /NetworkDriver.CreateEndpoint in libnetwork 0.5.0.

    The major change is that Interfaces property which represented a list of
    interfaces with their IDs in the request is replaced with the single
    ID-less interface JSON object.

    See the following link for more details:

    https://github.com/docker/libnetwork/commit/a3db98ec007578d4491737aba21485d424389b6d#diff-a1e90ab5bba3aeb1ec3a46addf5b99ca

    Change-Id: I6377d63237fe6efa06355bc0e50e0b498e1cedfa
    Signed-off-by: Taku Fukushima <email address hidden>
    Closes-Bug: #1499956