Update git submodules

* Update ceilometer from branch 'master'
  to e396932505e5fd1589c8fea90e35d1b22de0ed67
  - Merge "Introduce `timeout` in dynamic pollsters sub-system"
  - Introduce `timeout` in dynamic pollsters sub-system
    
    This patch introduces a new option for the dynamic pollsters'
    sub-system to define the request timeout for requests executed
    by the dynamic pollsters. The default timeout value will be 30
    seconds. If it (the timeout option) is set to `None`, this means
    that the request never times out on the client-side. Therefore,
    one might have problems if the server never closes the connection.
    The pollsters are executed serially, one after the other; if the
    request hangs, all pollsters (including the non-dynamic ones) will
    stop executing.
    
    This option is being introduced after a failure that we had when
    using the dynamic pollsters; one of the APIs did not respond, and the
    server did not close the connection of the request, which made
    Ceilometer dynamic pollsters stop gathering data. To avoid such a
    situation, we recommend the community review and merge this patch.
    
    Change-Id: I4735f20d75d329ccafc797fe285d9fef579f593e
This commit is contained in:
Zuul 2021-06-14 08:24:21 +00:00 committed by Gerrit Code Review
parent c33bfce34a
commit 75f85e39d6
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1e7a98c802e12d26a67cef23d94cfbbfba80db29
Subproject commit e396932505e5fd1589c8fea90e35d1b22de0ed67