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.
Reviewed: https:/ /review. openstack. org/320726 /git.openstack. org/cgit/ openstack/ python- muranoclient/ commit/ ?id=a0a48f0ace4 2b84a56234f45bf 34ad354b22fc9b
Committed: https:/
Submitter: Jenkins
Branch: master
commit a0a48f0ace42b84 a56234f45bf34ad 354b22fc9b
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: I5096a2dd105dd7 0ff42b35eebbd85 0a9b66c9274
Closes-Bug: #1585419