Adjust warning message for eventlet support deprecation
... and defer details to release note to avoid filling logs with long messages. Change-Id: Ia475f0fe23921450c1c64dd23876986b04b0216a
This commit is contained in:
parent
75b1af0b30
commit
c78d42d6a8
@ -30,7 +30,5 @@ if not _patched_socket:
|
||||
import subprocess
|
||||
else:
|
||||
debtcollector.deprecate(
|
||||
"Eventlet support is deprecated "
|
||||
"and will be soon no longer supported. "
|
||||
"Please migrate your code and stop monkey patching your environment.")
|
||||
"Eventlet support is deprecated and will be soon removed.")
|
||||
from eventlet.green import subprocess # noqa
|
||||
|
Loading…
x
Reference in New Issue
Block a user