Comment 2 for bug 1514668

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

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

commit db80d0ef4a11a16a74034223af3b779f32450bbf
Author: Taku Fukushima <email address hidden>
Date: Tue Nov 10 11:26:51 2015 +0900

    Add IPv4Data and IPv6Data to the schema for the network

    This patch adds the newly introduced properties, IPv4Data and IPv6Data,
    in the request against /NetworkDriver.CreateNetwork. This patch covers
    only the schema change to validate the request against
    /NetworkDriver.CreateNetwork, and the actual logic to use the passed data
    and create subnets is not implemented in this patch. It will be added in
    the following patches.

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