From 4b2b1445bef3b760ed29efa1c7c78977dde73452 Mon Sep 17 00:00:00 2001 From: egernug Date: Wed, 14 Oct 2020 08:52:49 +0100 Subject: [PMSH] Add Resource Name to filter options Issue-ID: DCAEGEN2-2402 Change-Id: I2242d36ca34e0b8ac085ce790b19b7ad51352c63 Signed-off-by: egernug --- components/pm-subscription-handler/pmsh_service/mod/aai_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/pm-subscription-handler/pmsh_service/mod/aai_client.py') diff --git a/components/pm-subscription-handler/pmsh_service/mod/aai_client.py b/components/pm-subscription-handler/pmsh_service/mod/aai_client.py index 48f757da..fff91e7e 100755 --- a/components/pm-subscription-handler/pmsh_service/mod/aai_client.py +++ b/components/pm-subscription-handler/pmsh_service/mod/aai_client.py @@ -138,7 +138,7 @@ def _filter_nf_data(nf_data, app_conf): ip_address=nf['properties'].get('ipaddress-v4-oam'), model_invariant_id=nf['properties'].get('model-invariant-id'), model_version_id=nf['properties'].get('model-version-id')) - if not new_nf.set_sdnc_params(app_conf): + if not new_nf.set_nf_model_params(app_conf): continue if app_conf.nf_filter.is_nf_in_filter(new_nf): nf_list.append(new_nf) -- cgit 1.2.3-korg