neutron/neutron/api/rpc/callbacks
Kevin Benton 38a98fcfed Stop logging versions on every agent update
This logging statement was being called on every agent update
even if no versions changed, resulting in a bunch of useless
messages.

We already log when the actual versions change in the _set_version
call here: [1]

To cover the cases where versions are removed, this adds two logging
statements so we can be sure we see when the tracked versions do
change but not be bothered by version logs in any other condition.

1.
http://git.openstack.org/cgit/openstack/neutron/tree/neutron/api/rpc/callbacks/version_manager.py?h=d225b86738a9db56bc643dfe637b1f21393ad27e#n113

Partial-Bug: #1707307
Change-Id: I4761d21257dabfbd661bba1b24fe09d208d16ae6
(cherry picked from commit 03898582c8)
2017-08-25 17:37:32 +00:00
..
consumer Pass context and resource_type in RPC callback 2016-12-08 06:03:59 -08:00
producer Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
__init__.py Generic rpc callback mechanism which could be reused 2015-07-02 15:51:30 +03:00
events.py neutron.api.rpc.callbacks interface rework 2015-08-08 10:24:20 +02:00
exceptions.py Refactor the rpc callback version discovery mechanism 2016-06-09 07:33:03 +00:00
resource_manager.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
resources.py [log]: implement logging plugin 2017-07-12 13:30:50 +07:00
version_manager.py Stop logging versions on every agent update 2017-08-25 17:37:32 +00:00