]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Log a warning if dnsmasq version is below the minimum required
authorarmando-migliaccio <amigliaccio@nicira.com>
Wed, 8 May 2013 00:10:22 +0000 (17:10 -0700)
committerarmando-migliaccio <amigliaccio@nicira.com>
Wed, 8 May 2013 09:02:10 +0000 (02:02 -0700)
commit364032897293256436647cb89c61a3dffb408946
treef6d8595249d423a448900602413855ffb1a67b7d
parentf94126739a48993efaf1d1439dcd3dadb0c69742
Log a warning if dnsmasq version is below the minimum required

It has been noted that older versions of dnsmasq may have unexpected
behavior, so this patch introduces a check on dnsmasq version; if
the minimum version is not met, a warning is logged. This is less
invasive than raising an Exception and abort the dhcp agent, even
though this also seems like a perfectly acceptable behavior.

Fixes bug 1170793

Change-Id: Idd91c3753fb05f223ed0e3c53ad692ee65ea4905
etc/quantum/rootwrap.d/dhcp.filters
quantum/agent/dhcp_agent.py
quantum/agent/linux/dhcp.py
quantum/rootwrap/filters.py
quantum/tests/unit/test_linux_dhcp.py