Comment 3 for bug 1489572

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

Reviewed: https://review.openstack.org/217908
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=2d74d223e5457e2d3a93556128f742890a882ad6
Submitter: Jenkins
Branch: master

commit 2d74d223e5457e2d3a93556128f742890a882ad6
Author: Vilobh Meshram <email address hidden>
Date: Thu Sep 24 17:37:10 2015 -0700

    Remove unused DB API and Pod object API

    This patch removes unused DB API 'get_pods_by_bay_uuid',
    Pod object layer API 'list_by_bay_uuid' and the
    associated unit tests. There are no consumers of this
    code as this code is not invoked by anyone. Cleaning
    this up will help to remove some dead code.

    Change-Id: If0bed177d190040720e50bf15dfefb5de5a7b999
    Closes-Bug: #1489572