]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't emit log for missing attribute check policy
authorSalvatore Orlando <salv.orlando@gmail.com>
Fri, 4 Apr 2014 10:30:12 +0000 (03:30 -0700)
committerMark McClain <mmcclain@yahoo-inc.com>
Fri, 4 Apr 2014 22:53:36 +0000 (18:53 -0400)
commit3940b430f1e72b70a758d348fb5447f0fb0aa17f
treed7233b3173f75551b7ac627d7d645c7ab1698f1b
parent8fd51240983f4c2ff2a73d907ccb1c597bd5d835
Don't emit log for missing attribute check policy

A missing policy for validating whether an attribute should
be visible or not is a perfectly normal condition, and
there is no value in logging it.

Writing this information to the log is also having a
considerable performance impact on list operations.

Change-Id: Ie9d3ae6b249a5c49f6d81c1e56915174d8479a07
Closes-Bug: 1302467
(cherry picked from commit ef01fb553a141c012c8d8600edd6b709c5807111)
neutron/api/v2/base.py