]> 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)
committerSalvatore Orlando <salv.orlando@gmail.com>
Fri, 4 Apr 2014 10:32:59 +0000 (03:32 -0700)
commitef01fb553a141c012c8d8600edd6b709c5807111
tree1bf3d829153e5209b7cf6c528d51689af4a73e21
parentf8ee7b0f3c053df60b931ce5434fde0528354423
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
neutron/api/v2/base.py