]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make command log in neutron utils.execute() a single line
authorAkihiro Motoki <motoki@da.jp.nec.com>
Sat, 7 Nov 2015 18:07:02 +0000 (03:07 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Sat, 7 Nov 2015 18:08:14 +0000 (03:08 +0900)
commitb572376f3f5f4d7d36d46126ea14d48925ae09ef
tree3b4266301eb3871f9aaada1b0b3fa11aafdc1699
parent68107d2a47ee7c6ee4a0da954543342b2f944f4e
Make command log in neutron utils.execute() a single line

command execution log from neutron.agent.linux.utils.execute()
consists of multiple lines, and the first line has less information
and it is hard to analyze logs.

Closes-Bug: #1460379
Change-Id: Idca38f26321394596245c9c59b8a9a78c7190423
neutron/agent/linux/utils.py
neutron/agent/windows/utils.py