redhat_subcription module accepts id in the pool argument [#3898]

This commit is contained in:
Pavel Malyshev 2016-08-30 14:43:07 +03:00 committed by Adrian Likins
parent a2907c4d5c
commit 7063db64c2

View file

@ -472,6 +472,8 @@ class RhsmPools(object):
for product in self.products:
if r.search(product._name):
yield product
if r.search(product.PoolID):
yield product
def main():