Comment 5 for bug 1520080

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

Reviewed: https://review.openstack.org/256205
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=1fafa2c692e35890b341bbd222adb79c8bd613ba
Submitter: Jenkins
Branch: master

commit 1fafa2c692e35890b341bbd222adb79c8bd613ba
Author: Vikas Choudhary <email address hidden>
Date: Fri Dec 11 09:48:58 2015 +0530

    Add Docker pluggable IPAM implementation to Kuryr

    This patch implements libnetwork's remote IPAM driver. The following
    APIs are implemented in this patch:
        - POST /IpamDriver.GetDefaultAddressSpaces
        - POST /IpamDriver.RequestPool
        - POST /IpamDriver.ReleasePool
        - POST /IpamDriver.RequestAddress
        - POST /IpamDriver.ReleaseAddress

    Change-Id: Iaba48ded3a613fd0da2796aaff3b8816b11d515d
    Co-Authored-By: Taku Fukushima <email address hidden>
    Implements: blueprint remote-ipam-driver
    Closes-Bug: #1520080
    Related-bug: #1518249