X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2app%2Fbootstrap.py;h=228b240d1ee714670ba8619bc7e87ab926dfbd97;hb=1c020c705baa0a2a55591750c0fd46fff52a6929;hp=329d9e2ad03675df091bf14469f8103a3865ad6b;hpb=f3aaeb6d1dcf62b7ebb0554aa2004e8f46f8a72a;p=pti%2Fo2.git diff --git a/o2app/bootstrap.py b/o2app/bootstrap.py index 329d9e2..228b240 100644 --- a/o2app/bootstrap.py +++ b/o2app/bootstrap.py @@ -21,6 +21,7 @@ from o2common.adapter.notifications import AbstractNotifications,\ from o2common.adapter import redis_eventpublisher from o2common.service import unit_of_work from o2common.service import messagebus +from o2common.config import config from o2app.service import handlers from o2app.adapter.unit_of_work import SqlAlchemyUnitOfWork @@ -28,6 +29,9 @@ from o2app.adapter.unit_of_work import SqlAlchemyUnitOfWork from o2ims.adapter import orm as o2ims_orm from o2dms.adapter import orm as o2dms_orm +from o2ims.adapter.clients import alarm_dict_client + + from o2common.helper import o2logging logger = o2logging.get_logger(__name__)