Comment 30 for bug 1707307

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

Reviewed: https://review.openstack.org/505384
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f8fb73aa30f075712b5ca18c78b88d6ae9e60566
Submitter: Jenkins
Branch: master

commit f8fb73aa30f075712b5ca18c78b88d6ae9e60566
Author: Kevin Benton <email address hidden>
Date: Tue Sep 19 12:18:48 2017 -0700

    Dont log about skipping notification in normal case

    Avoid logging about a missing resource for normal cases
    where there is no resource in the request (e.g. HTTP GET's,
    custom actions, etc).

    Change-Id: I04c6b6737f238ca6250869b92e1d0771b4f95f22
    Partial-Bug: #1707307