Update git submodules

* Update oslo.messaging from branch 'master'
  to 8e3c523fd74257a78ceb384063f81db2e92a2ebd
  - Auto-delete the failed quorum rabbit queues
    
    When rabbit is failing for a specific quorum queue, the only thing to
    do is to delete the queue (as per rabbit doc, see [1]).
    
    So, to avoid the RPC service to be broken until an operator eventually
    do a manual fix on it, catch any INTERNAL ERROR (code 541) and trigger
    the deletion of the failed queues under those conditions.
    So on next queue declare (triggered from various retries), the queue
    will be created again and the service will recover by itself.
    
    Closes-Bug: #2028384
    Related-bug: #2031497
    
    [1] https://www.rabbitmq.com/quorum-queues.html#availability
    
    Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
    Change-Id: Ib8dba833542973091a4e0bf23bb593aca89c5905
This commit is contained in:
Arnaud Morin 2023-11-14 18:39:20 +02:00 committed by Gerrit Code Review
parent 5aa02b81f9
commit 5ad6c84976
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f23f3276c4f8c156c7a917ffd05db6b3b010b807
Subproject commit 8e3c523fd74257a78ceb384063f81db2e92a2ebd