]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
changes log level to debug for help calls
authorMatthew Thode <mthode@mthode.org>
Wed, 6 May 2015 19:39:20 +0000 (14:39 -0500)
committerMatthew Thode <mthode@mthode.org>
Wed, 6 May 2015 19:39:20 +0000 (14:39 -0500)
commitdd9129d42cf280458301d5101a131c4c5c12abdf
tree16aa7a03d712a698fec86f5599262ecafa24e035
parent4bbe791e976f663105884e8eed933681b5949794
changes log level to debug for help calls

Calling help typically causes the program being called to exit non-zero.
This causes the command to be logged as an error even though it should not be.
By setting 'log_fail_as_error=False' we log to debug.  This helps clean
up logs.

Change-Id: I13f9488b9bc524bb85047e9b2dcf4e8a76bd6c11
Closes-Bug: 1452425
neutron/agent/linux/ip_lib.py