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:
parent
4200be8041
commit
f7748b9db6
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user