Comment 12 for bug 1713697

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

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

commit 64f0692d680b15530c8c1dc9f6366a49aec57d0d
Author: Rajiv Kumar <email address hidden>
Date: Fri Nov 24 05:43:36 2017 +0000

    Base mechanism for recovery

    This patch introduces default implmentation of get_resource method
    to ResourceBaseDriver class to allow recovery mechanism to fetch a
    resource based on id. If a driver wants to provide its own
    implementation then introduced method has to be overridden.

    Change-Id: I951d05783ccbe1bc873a76511d254f90e71a4914
    Partial-Bug: #1713697