From 27ec381034605d03285140cff8c21098e13808fe Mon Sep 17 00:00:00 2001 From: efiacor Date: Wed, 14 Oct 2020 11:17:50 +0100 Subject: [PMSH] Bug fix to include ip in event # Add fix for DB cleardown on exit Signed-off-by: efiacor Change-Id: I6630f74258d072f683b5b5e42f0da2e63ea1b3c2 Issue-ID: DCAEGEN2-2486 --- components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py | 1 + 1 file changed, 1 insertion(+) (limited to 'components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py') diff --git a/components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py b/components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py index 61b42b52..f39f1f46 100755 --- a/components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py +++ b/components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py @@ -63,6 +63,7 @@ def process_aai_events(mr_sub, mr_pub, app, app_conf): f'is not "Active"') continue nf = NetworkFunction(nf_name=xnf_name, + ip_address=aai_entity['ipaddress-v4-oam'], model_invariant_id=aai_entity['model-invariant-id'], model_version_id=aai_entity['model-version-id']) if not nf.set_sdnc_params(app_conf): -- cgit 1.2.3-korg