Update git submodules

* Update placement from branch 'master'
  - Merge "Skip _exclude_nested_providers() if not nested"
  - Skip _exclude_nested_providers() if not nested
    
    In rocky cycle, 'GET /allocation_candidates' started to be aware of
    nested providers from microversion 1.29, namely, it can have multiple
    allocations from multiple resource providers in the same tree in the
    allocation requests.
    
    To keep the behavior of microversion before 1.29, it added a filters
    to exculde nested providers being unaware of the nested architecture.
    However that function "_exclude_nested_providers()" is very heavy
    and is executed even if there is no nested provider in the environment
    when microversion < 1.29.
    
    This patch changes it to skip it if there is no nested provider.
    
    Since _exclude_nested_providers() should be done before limitting
    the candidates, this patch also moves it from hander file to the
    deeper layer.
    
    Change-Id: I4efdc65395e69a6d33fba927018d003cce26fa68
    Story: 2005669
    Task: 30980
This commit is contained in:
Zuul 2019-05-14 20:04:42 +00:00 committed by Gerrit Code Review
parent 1a9e0abb8d
commit 8a5376e067
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fea9bad74d77e36b2337ca81cd75193e5319055c
Subproject commit 1281806c99ceb80fed78237b39aa34b9097a39e6