From 5c8fdb2d8a60077b29b4e8e24281726cd5a49354 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 19 Jan 2022 00:41:15 +0100 Subject: [PATCH] Update git submodules * Update blazar from branch 'master' to 39c67f09b8095c4d8aadfe550f0aa924a3693f5a - Fix list_allocations for multi-host reservations The get_reservation_allocations_by_host_ids function builds an allocation dictionary that looks like this: allocations = { 'r1': ['host1'], 'r2': ['host1', 'host2'] } The list returned by this function was only using the first host of each reservation: allocations[r['id']][0] Loop over hosts to build the list of (reservation, lease, host) tuples. Change-Id: I55b3cb4e736f6f747c8b3254c62fa40bac3f288f Closes-Bug: #1958307 --- blazar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blazar b/blazar index d85abc7589..39c67f09b8 160000 --- a/blazar +++ b/blazar @@ -1 +1 @@ -Subproject commit d85abc7589482dea6bc202606a98226776fde54a +Subproject commit 39c67f09b8095c4d8aadfe550f0aa924a3693f5a