Comment 4 for bug 1713487

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

Reviewed: https://review.openstack.org/514354
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=beeaf24dc8342c70c19baa72f8881e663ddd1973
Submitter: Zuul
Branch: master

commit beeaf24dc8342c70c19baa72f8881e663ddd1973
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