Update git submodules

* Update oslo.messaging from branch 'master'
  to ebdc7db19eafec27b1a231e1ccfb19d141e17a93
  - Merge "Display the reply queue's name in timeout logs"
  - Display the reply queue's name in timeout logs
    
    It would be helpful if "Timed out waiting for <service>" log messages at least
    specified on which `reply_q` it was waited for.
    
    Example without the reply_q:
    
    ```
    12228 2020-09-14 14:56:37.187 7 WARNING nova.conductor.api
    [req-1e081db6-808b-4af1-afc1-b87db7839394 - - - - -] Timed out waiting for
    nova-conductor.  Is it running? Or did this service start before
    nova-conductor?  Reattempting establishment of nova-conductor connection...:
    oslo_messaging.exceptions.MessagingTimeout: Timed out waiting for a reply to
    message ID 1640e7ef6f314451ba9a75d9ff6136ad
    ```
    
    Example after adding the reply_q:
    
    ```
    12228 2020-09-14 14:56:37.187 7 WARNING nova.conductor.api
    [req-1e081db6-808b-4af1-afc1-b87db7839394 - - - - -] Timed out waiting for
    nova-conductor.  Is it running? Or did this service start before
    nova-conductor?  Reattempting establishment of nova-conductor connection...:
    oslo_messaging.exceptions.MessagingTimeout: Timed out waiting for a reply
    (reply_2882766a63b540dabaf7d019cf0c0cda)
    to message ID 1640e7ef6f314451ba9a75d9ff6136ad
    ```
    
    It could help us to more merely debug and observe if something went
    wrong with a reply queue.
    
    Change-Id: Ied2c881c71930dc631919113adc00112648f9d72
    Closes-Bug: #1896925
This commit is contained in:
Zuul 2024-02-09 14:39:11 +00:00 committed by Gerrit Code Review
parent 3a7f1c5c58
commit 1ce81f9352
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a0f3a7ddafec62a45152ba26bb01e207f8476956
Subproject commit ebdc7db19eafec27b1a231e1ccfb19d141e17a93