We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91aba9 commit 00419b6Copy full SHA for 00419b6
stackhpc_inspector_plugins/__init__.py
@@ -15,7 +15,3 @@
15
16
# Import configuration module to register configuration options.
17
from stackhpc_inspector_plugins import conf # noqa: F401
18
-
19
-# NOTE(TheJulia): This is to force oslo_service from trying to use eventlet.
20
-from oslo_service import backend
21
-backend.init_backend(backend.BackendType.THREADING)
stackhpc_inspector_plugins/tests/unit/__init__.py
@@ -0,0 +1,3 @@
1
+# NOTE(TheJulia): This is to force oslo_service from trying to use eventlet.
2
+from oslo_service import backend
3
+backend.init_backend(backend.BackendType.THREADING)
0 commit comments