Update git submodules

* Update python-blazarclient from branch 'master'
  - Don't fetch entire list when looking up by ID
    
    Blazar APIs support directly fetching a resource (whether host, floating
    ip, or lease) with its ID. However, the default logic for this includes
    a block that supports additionally looking up the resource by name (to
    allow looking up e.g., a lease by it's name.) This requires fetching the
    entire list of all resources and iterating over them until a match is
    found, which is very inefficient. Moreover, this branch would be taken
    even if the input was already a UUID.
    
    This commit changes that behavior so that if a UUID is provided, it is
    used to directly fetch the resource, which seems to be what the original
    intent was in the first place.
    
    Change-Id: I5b1ccf4abfe4aa9068bc011764cac4b3507ef697
This commit is contained in:
Jason Anderson 2020-01-28 10:21:26 -06:00 committed by Gerrit Code Review
parent e337c87e3a
commit 2d33502335
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 912c96d408e6784800175082bb06cbff99b9665a
Subproject commit 3f30c49c6b2cd76ef85a9d29c10d79f7bc3317b6