Update git submodules

* Update oslo.messaging from branch 'master'
  to fd2381c723fe805b17aca1f80bfff4738fbe9628
  - Disable greenthreads for RabbitDriver "listen" connections
    
    When enabling heartbeat_in_pthread, we were restoring the "threading"
    python library from eventlet to original one in RabbitDriver but we
    forgot to do the same in AMQPDriverBase (RabbitDriver is subclass of
    AMQPDriverBase).
    
    We also need to use the original "queue" so that queues are not going to
    use greenthreads as well.
    
    Related-bug: #1961402
    Related-bug: #1934937
    Closes-bug: #2009138
    
    Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
    Change-Id: I34ea0d1381e934297df2f793e0d2594ef8254f00
This commit is contained in:
Arnaud Morin 2023-03-27 05:03:13 +01:00 committed by Gerrit Code Review
parent 53e8e95665
commit 45b684cfc3
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9b1e2dc48e83c225202955c8c7affe5e0bcf6d8b
Subproject commit fd2381c723fe805b17aca1f80bfff4738fbe9628