commit fc778e63d8487a745937c0438b4bb0804874df91 Author: Thomas Goirand Date: Fri Oct 16 09:41:44 2020 +0200 Update git submodules * Update oslo.messaging from branch 'master' - Python 3.9: isAlive is removed The Threading method isAlive was deprecated a long time ago, in the favor of is_alive(). Though in Python 3.9, isAlive is removed. We must switch to it. Note that is_alive() is available at least in Python 3.5 (I tried) and probably even earlier, so switching to is_alive() is not a problem for the Python interpreter versions currently supported by OpenStack. Change-Id: I9d671abcd2cea9c0c726edaddcd65e1093d96731 diff --git a/oslo.messaging b/oslo.messaging index 2cc35f6..0c4203b 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 2cc35f6b1ac95f2c472658a18131dc292f89f30e +Subproject commit 0c4203bbdc463010d756a71bbd06720867122bcb