Adjust warning message for eventlet support deprecation

... and defer details to release note to avoid filling logs
with long messages.

Change-Id: I042001355c4f61ef1f2140fd268ba3358dc86cf3
This commit is contained in:
Takashi Kajinami 2025-02-07 00:11:47 +09:00
parent 4200be8041
commit f7748b9db6

View File

@ -29,9 +29,7 @@ from oslo_utils import importutils
from oslo_utils import timeutils
debtcollector.deprecate(
"Eventlet usages are deprecated. "
"Eventlet will be soon no longer supported. "
"Please migrate your code.")
"eventuletutils module is deprecated and will be removed.")
# These may or may not exist; so carefully import them if we can...
_eventlet = importutils.try_import('eventlet')