Comment 8 for bug 1212401

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

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

commit f3165d2a48b039fb2d53ff2da72d57fe65fe3db3
Author: Edgar Magana <email address hidden>
Date: Fri May 30 16:27:35 2014 -0700

    Stop the dhcp-agent process when dnsmasq version is not determined

    When it is not possible to determinate the dnsmasq version
    or dnsmasq is not installed, neutron shows only a warning message.
    With this commit the dhcp-agent process will be stopped if the
    dnsmasq service is not installed.
    Modifies the dhcp version unit test with the expected SystemExit exception

    Change-Id: Ia26eaae6f432305f412a4b6a4a6b2b7b15d99d45
    Closes-Bug: 1212401