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."
Reviewed: https:/ /review. openstack. org/241134 /git.openstack. org/cgit/ openstack/ kuryr/commit/ ?id=181f2bf7299 6bedc67cd734c42 83de792ba12c4d
Committed: https:/
Submitter: Jenkins
Branch: master
commit 181f2bf72996bed c67cd734c4283de 792ba12c4d
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: If598cacb475ab4 42108f2176310c8 468e09d793f
Closes-Bug: #1512341