Comment 4 for bug 1073253

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

Reviewed: https://review.openstack.org/15048
Committed: http://github.com/openstack/nova/commit/1d7d733d017c0a8fe2f171d9822d752ff72d9fc6
Submitter: Jenkins
Branch: master

commit 1d7d733d017c0a8fe2f171d9822d752ff72d9fc6
Author: Andrew Laski <email address hidden>
Date: Tue Oct 30 16:54:41 2012 -0400

    Use env to set environ when starting dnsmasq

    Explictly use env to setup needed environment variables for dnsmasq when
    starting to avoid problems with subprocess mis-interpreting the first
    command line argument as the executable name.

    Also update DnsmasqFilter to accept any command that starts with env
    followed by a set of args that include an equals sign, as long as the
    next arg is the dnsmasq command.

    fixes bug #1073253

    Change-Id: I8ac08ba2d2309934a67ed2cb28049ed5d3277d63