Comment 13 for bug 1345947

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/juno)

Reviewed: https://review.openstack.org/153182
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ed799e38fe740621776aab51c95ec1db248af997
Submitter: Jenkins
Branch: stable/juno

commit ed799e38fe740621776aab51c95ec1db248af997
Author: Alexey I. Froloff <email address hidden>
Date: Mon Feb 2 13:44:14 2015 +0300

    Pass '--dhcp-authoritative' option to dnsmasq

    When dnsmasq is restarted, it forgets about all leases (since it runs
    with leasefile-ro option). When client tries to renew its lease, dnsmasq
    sends DHCPNAK reply with message "lease not found". Then client shuts
    down the network and re-request lease from DHCP server (and gets exactly
    same IP address). There's a small network downtime which affects
    services, like zookeeper, running in VMs.

    Change-Id: Ieff0236670c1403b5d79ad8e50d7574c1b694e34
    Closes-Bug: #1345947
    Co-Authored-By: Kevin Bringard <email address hidden>
    (cherry picked from commit 74a16fde1c9972dc3c5d07215ca9d5e8f2e23d70)