Comment 8 for bug 1713487

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to networking-odl (stable/pike)

Reviewed: https://review.openstack.org/515998
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=803a953031036279ad8bac6cd65f580c25a63482
Submitter: Zuul
Branch: stable/pike

commit 803a953031036279ad8bac6cd65f580c25a63482
Author: Mike Kolesnik <email address hidden>
Date: Thu Oct 19 15:06:58 2017 +0300

    Have create_pending_row return the entry

    This change is needed in order to be able to print the entry's ID to the
    log once it's created, in order to have better debug-ability of the logs
    (we'll be able to correlate entries better if we know the ID and not
    only the object ID which can have multiple entries).

    A follow up patch makes use of this ability.

    Change-Id: I8eb82a5e5c0124c1eaf5fb3cbf32e12fd169e7ff
    Related-Bug: #1713487
    (cherry picked from commit beeaf24dc8342c70c19baa72f8881e663ddd1973)