Merge "Stop logging the iptables command line"

This commit is contained in:
Zuul 2019-10-19 05:41:05 +00:00 committed by Gerrit Code Review
commit 2ba7b6bd75
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ class IptablesFilter(pxe_filter.BaseFilter):
# NOTE(dtantsur): -w flag makes it wait for xtables lock
cmd = self.base_command + args
ignore = kwargs.pop('ignore', False)
LOG.debug('Running iptables %s', args)
try:
processutils.execute(*cmd)
except processutils.ProcessExecutionError as exc: