Comment 3 for bug 1339045

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

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

commit 539778601fa13c2d41be604d938bec0a496969c2
Author: Ilya Shakhat <email address hidden>
Date: Mon Aug 4 16:46:27 2014 +0400

    Make log level in linux.utils.execute configurable

    Function linux.utils.execute always logs failures on error level.
    Some callers use this function to check resource existance and
    interpret failure as normal flow. Log level is made configurable
    for such cases.

    Change-Id: I8e4cd7b42234426f8fe58d353a64e898f02f8998
    Closes-bug: 1339045