Skip to content

Commit 00419b6

Browse files
committed
Move oslo fix to just unit tests
1 parent d91aba9 commit 00419b6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

stackhpc_inspector_plugins/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@
1515

1616
# Import configuration module to register configuration options.
1717
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)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)