]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Log iptables rules in a readable format
authorarmando-migliaccio <armamig@gmail.com>
Wed, 14 Jan 2015 00:45:16 +0000 (16:45 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 14 Jan 2015 00:46:57 +0000 (16:46 -0800)
commitbb195338e4144929c193a6b5bf0e8024d551c885
treeb1321ae2a650074aecf953c00f313f395a38e3ec
parentefe5e47e03fd9743044ff329efa172498f23f3d3
Log iptables rules in a readable format

When troubleshooting issues having to parse the \n mentally is kind of
difficult. Be nice to the user and have the newlines interpreted correctly.
It's fine if we waste some spaces in the logs, storage is cheap these days.

Related-bug: #1403291

Change-Id: Ia6c651ae0d17c0165e4fe833c523061a66f7d7d1
neutron/agent/linux/utils.py