Comment 24 for bug 1707307

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/newton)

Reviewed: https://review.openstack.org/498002
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=406472f3ea5aebbb6d02763cf21da4488095daed
Submitter: Jenkins
Branch: stable/newton

commit 406472f3ea5aebbb6d02763cf21da4488095daed
Author: Kevin Benton <email address hidden>
Date: Thu Aug 10 00:51:00 2017 -0700

    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 03898582c81547f048fd9c1d51527c7f6c44f6ba)