summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-10-14 11:17:50 +0100
committerefiacor <fiachra.corcoran@est.tech>2020-10-19 10:03:24 +0100
commit27ec381034605d03285140cff8c21098e13808fe (patch)
tree4fec8438c714a049693d53957a7e91b94f78a0a1 /components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py
parent75c997686e5f85709b8c2bfc3f46d9661710a9f8 (diff)
[PMSH] Bug fix to include ip in event1.1.2-pmsh
# Add fix for DB cleardown on exit Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I6630f74258d072f683b5b5e42f0da2e63ea1b3c2 Issue-ID: DCAEGEN2-2486
Diffstat (limited to 'components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py')
-rwxr-xr-xcomponents/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py1
1 files changed, 1 insertions, 0 deletions
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):