Comment 1 for bug 1512341

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

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

commit 181f2bf72996bedc67cd734c4283de792ba12c4d
Author: Vikas Choudhary <email address hidden>
Date: Tue Nov 3 13:52:51 2015 +0530

    Create subnets with dhcp disabled

    This fix is intended to disable dhcp for subnets created. If dhcp is
    enabled, driver has no information about ip address allocated to dhcp
    namespace interface and eventually tries to allocate same ip address to
    container and this leads to exception from neutron saying "The IP
    address is in use."

    Change-Id: If598cacb475ab442108f2176310c8468e09d793f
    Closes-Bug: #1512341