Comment 2 for bug 1585419

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

Reviewed: https://review.openstack.org/320726
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=a0a48f0ace42b84a56234f45bf34ad354b22fc9b
Submitter: Jenkins
Branch: master

commit a0a48f0ace42b84a56234f45bf34ad354b22fc9b
Author: Kirill Zaitsev <email address hidden>
Date: Wed May 25 03:36:59 2016 +0300

    Store transitive inheritance information in glare

    Before this patch only local inheritance information was stored in the
    'inherits' field in glare. This means, that requesting all the
    packages, that inherit from class X would only yield immediate
    relatives, rather than all.
    This patch adds transitive inheritance information to the same field.

    Change-Id: I5096a2dd105dd70ff42b35eebbd850a9b66c9274
    Closes-Bug: #1585419