Comment 13 for bug 2042744

Revision history for this message
Yosep Kim (800whr) wrote :

I am getting the same error when trying to set up fernet, which is the very next step after the database population step:

# keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone
Exception ignored in: <function _removeHandlerRef at 0x7f7d7d4743a0>
Traceback (most recent call last):
  File "/usr/lib/python3.10/logging/__init__.py", line 846, in _removeHandlerRef
  File "/usr/lib/python3.10/logging/__init__.py", line 226, in _acquireLock
  File "/usr/lib/python3.10/threading.py", line 164, in acquire
  File "/usr/lib/python3/dist-packages/eventlet/green/thread.py", line 34, in get_ident
AttributeError: 'NoneType' object has no attribute 'getcurrent'