X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2app%2Fbootstrap.py;h=7679ef325e19f167b0db1a53802884751af5f3ff;hb=b024d12884afe2ac7405fe7767f51e050a095151;hp=e025a9058a4a8044309444865d5ff33b798a0bbf;hpb=8f7352951c11d939bae11422c00c87dc1f1d2a85;p=pti%2Fo2.git diff --git a/o2app/bootstrap.py b/o2app/bootstrap.py index e025a90..7679ef3 100644 --- a/o2app/bootstrap.py +++ b/o2app/bootstrap.py @@ -17,7 +17,7 @@ import inspect from typing import Callable from o2common.adapter.notifications import AbstractNotifications,\ - SmoO2Notifications + NoneNotifications from o2common.adapter import redis_eventpublisher from o2common.service import unit_of_work from o2common.service import messagebus @@ -49,7 +49,7 @@ def bootstrap( ) -> messagebus.MessageBus: if notifications is None: - notifications = SmoO2Notifications() + notifications = NoneNotifications() if start_orm: with uow: