Update git submodules

* Update oslo.messaging from branch 'master'
  - Merge "Drop a python 2 exception management"
  - Drop a python 2 exception management
    
    Previously (when python 2 was supported) we introduced some specific
    exception management to detect connections issues when a rabbitmq
    cluster node disappearing.
    
    The original issue was that a ConnectionRefusedError is thrown and not
    managed by oslo.messaging to detect heartbeat issue and call ensure_connection
    for switching the connection destination (cluster node).
    
    `ConnectionRefusedError` is only a python 3 exception [2].
    
    Now that we only support python 3 we don't need to continue to
    wrap/emulate this kind of exceptions (ConnectionRefusedError) [2] and
    so we can drop the python 2 compatibility code to only support python 3 code.
    
    [1] 9d8b1430e5
    [2] https://docs.python.org/3/library/exceptions.html#ConnectionRefusedError
    
    Change-Id: I4c459d8c947dac213a1866c0d37e8f3d547aa82e
This commit is contained in:
Zuul 2020-07-17 16:28:14 +00:00 committed by Gerrit Code Review
parent 78a5361d33
commit 88496b4e22
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit afb035d97185fa9c622bdb9b4c31c71f01160370
Subproject commit f988751c5c4a10fddbaac1bfcbdac923ab36e712