Reviewed: https://review.openstack.org/272885 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8ae32a6681ad9187e1394b9c633a6eb43df40342 Submitter: Jenkins Branch: master
commit 8ae32a6681ad9187e1394b9c633a6eb43df40342 Author: changzhi1990 <[email protected]> Date: Wed Jan 27 11:22:34 2016 +0800 Fix bug when enable configuration named dnsmasq_base_log_dir DHCP agent will report an error when enable configuration named 'dnsmasq_base_log_dir'. For example, if this configuration is set to '/tmp'. The code checks dir '/tmp' if exists. This is wrong. The right way is to check '/tmp + [network_id]' existence. Change-Id: I0e060ca7c84f38bb0ccd55ac16da5446a3d015c5 Closes-Bug: #1538386 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1538386 Title: DHCP agent report error when enable configuratuion dnsmasq_base_log_dir Status in neutron: Fix Released Bug description: DHCP agent will report error when enable dnsmasq_base_log_dir in DHCP agent configuration file. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1538386/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

