Update git submodules

* Update neutron from branch 'master'
  - Merge "Optimize QoS bound objects queries"
  - Optimize QoS bound objects queries
    
    Optimize the following methods:
    - get_bound_networks
    - get_bound_ports
    - get_bound_floatingips
    - get_bound_routers
    
    Those methods, using the "QosPolicy_XXXX_Binding" OVO interface, were
    retrieving all objects with a certain policy ID and then returning
    only the ID of the _XXXX_ object. That means to retrieve a full
    register list from the DB, then converted them to OVOs and extract
    only the _XXXX_ ID.
    
    This patch retrieves only the _XXXX_ object IDs from the DB and
    returns the list, without the OVO conversion.
    
    Change-Id: I891eba93b3b4abaec8ada13a032b5440cbb0548d
    Closes-Bug: #1877560
This commit is contained in:
Zuul 2020-05-18 10:20:20 +00:00 committed by Gerrit Code Review
parent 4b02d76f14
commit 54d6503463
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit be8cab91f8fb16dde9bab03980d27b034d1b5572
Subproject commit ba05201e0e9b126294a3dd30742ce3fd0fa00d14