From bff6403b379e3d7ce706809e1adcab95bcaf9575 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Thu, 17 Nov 2022 17:38:41 +0100 Subject: [PATCH] cloudapi/v2: pass rhsm requirement to ostree resolve job --- internal/cloudapi/v2/server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/cloudapi/v2/server.go b/internal/cloudapi/v2/server.go index eb746e019..cb1725328 100644 --- a/internal/cloudapi/v2/server.go +++ b/internal/cloudapi/v2/server.go @@ -148,6 +148,7 @@ func (s *Server) enqueueCompose(distribution distro.Distro, bp blueprint.Bluepri URL: ir.ostree.URL, Ref: ir.ostree.Ref, Parent: ir.ostree.Parent, + RHSM: ir.ostree.RHSM, }, }, }, channel)