Comment 11 for bug 1746996

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

Reviewed: https://review.openstack.org/542589
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=adbef046291f40f59e673f26b9126522f5d2d6f1
Submitter: Zuul
Branch: master

commit adbef046291f40f59e673f26b9126522f5d2d6f1
Author: Ihar Hrachyshka <email address hidden>
Date: Thu Feb 8 20:53:58 2018 -0800

    Remove redundant get_object call when creating fip qos binding

    We try to fetch binding (and doing it wrong by passing incorrect OVO
    class), and then return the result to callers. But no callers care about
    the result, so it's useless work (and bad code).

    TrivialFix

    Change-Id: I68b436c9a0665d276bcda30f414a79f4d83e3758
    Related-Bug: #1746996