Comment 8 for bug 1410982

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

Reviewed: https://review.openstack.org/147347
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=718b2950616fc748881f9f644bc7000961886c65
Submitter: Jenkins
Branch: master

commit 718b2950616fc748881f9f644bc7000961886c65
Author: Miguel Angel Ajo <email address hidden>
Date: Thu Jan 15 00:23:29 2015 +0000

    Call on dhcp-agent DhcpLocalProcess.restart() breaks dhcp

    The bugfix implemented on Ib37651f7f802debd472ab292b148c2a2496063a3
    creates the network_conf_dir only during __init__, and restart()
    method calls disable(), then enable(), where disable will remove
    the config directory and all configuration files.

    Previous implementation re-created the network_conf_dir on the
    interface_name setter (called from enable) with ensure_conf_dir=True.

    Change-Id: I6afaea062c9eed5c63fc64fb0113f460b2cf35c5
    Closes-Bug: 1410982