Comment 14 for bug 1345947

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

Reviewed: https://review.openstack.org/154052
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c3a88a578f3e484b5dc2a227a46e8546e581f8a3
Submitter: Jenkins
Branch: stable/icehouse

commit c3a88a578f3e484b5dc2a227a46e8546e581f8a3
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
    (cherry picked from commit 74a16fde1c9972dc3c5d07215ca9d5e8f2e23d70)