Update git submodules

* Update cloudkitty from branch 'master'
  to 974b8b96074354fa9926c5bcbadf71276fc7370e
  - Merge "Optimize Gnocchi fetcher"
  - Optimize Gnocchi fetcher
    
    Depending on the environment where CloudKitty is applied, when using
    Gnocchi fetcher, if the environment is too big, CloudKitty tends to
    consume too much RAM. This happens because before retrieving the scope
    IDs and filtering out only the unique ones, it loads all of the Gnocchi
    resources to memory.
    
    This patch proposes a change in that process, to load the chunk of
    Gnocchi resources and execute the retrieval of the scope ID and
    selecting only the unique ones right away. Then, in the worst case
    scenario, we would only have 1000 resources being loaded to memory.
    
    Change-Id: Ibcc6af5aa5cf544be9032e33d3ac90eb1f6b14ef
This commit is contained in:
Zuul 2023-01-23 15:49:30 +00:00 committed by Gerrit Code Review
parent 12deb19b9c
commit b4da77ca53
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit aec309207e13aa83a33c7a5e6568a7c491d8bb8d
Subproject commit 974b8b96074354fa9926c5bcbadf71276fc7370e