Comment 1 for bug 1582346

Revision history for this message
Tom Barron (tpb) wrote :

cinder "fixed" the issue by removing the warning in question altogether [1]; neutron, by reducing the log level from warning to debug. I prefer the approach taken by nova [3] - namely leaving the log at warning level but popping off all expected kwargs (and converting these where possible to equivalents that are then passed into the oslo RequestContext constructor) so that in the rare event that there are really unexpected kwargs they will still be logged at an appropriate level.

[1] https://review.openstack.org/#/c/105106/

[2] https://review.openstack.org/#/c/134762/

[3] https://review.openstack.org/#/c/160535/