]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Quiet down a large log file heavy hitter.
authorCarl Baldwin <carl.baldwin@hp.com>
Thu, 11 Jul 2013 18:17:40 +0000 (18:17 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Thu, 11 Jul 2013 18:22:17 +0000 (18:22 +0000)
commit79e4c3e7584d131e51236f438aaa15350847f9d8
tree76841e480b5e8b9ee427a52e7ef9b847426a7911
parent3c7ad231b687e91ed41ab75f286aaf6f59e7db79
Quiet down a large log file heavy hitter.

This line of code serialized the python structure for the device and throws it
at the log file.  The string is about 90K characters, isn't very useful and we
found that it takes a very large amount of space in the log file causing them
to grow very quickly and fill our log disk.  This change extracts the device
name (e.g.  "tapcdc07af9-8a") and uses that in the log message.

Change-Id: I240eb811445752407583f0fb322ce061acb293b9
Fixes: Bug #1200321
neutron/agent/securitygroups_rpc.py