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
This commit is contained in:
Pierre Riteau 2022-01-19 00:41:15 +01:00 committed by Gerrit Code Review
parent fa6128dc5c
commit 5c8fdb2d8a
1 changed files with 1 additions and 1 deletions

2
blazar

@ -1 +1 @@
Subproject commit d85abc7589482dea6bc202606a98226776fde54a
Subproject commit 39c67f09b8095c4d8aadfe550f0aa924a3693f5a