summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/pmsh_service/mod/aai_client.py
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2020-10-14 08:52:49 +0100
committeregernug <gerard.nugent@est.tech>2020-11-19 09:16:15 +0000
commit4b2b1445bef3b760ed29efa1c7c78977dde73452 (patch)
treefd92bb19794e9e74567cffa5788725041a66b468 /components/pm-subscription-handler/pmsh_service/mod/aai_client.py
parent062c4a7c72a1b45bc2e37a04b469321c5abc9d97 (diff)
[PMSH] Add Resource Name to filter options
Issue-ID: DCAEGEN2-2402 Change-Id: I2242d36ca34e0b8ac085ce790b19b7ad51352c63 Signed-off-by: egernug <gerard.nugent@est.tech>
Diffstat (limited to 'components/pm-subscription-handler/pmsh_service/mod/aai_client.py')
-rwxr-xr-xcomponents/pm-subscription-handler/pmsh_service/mod/aai_client.py2
1 files changed, 1 insertions, 1 deletions
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)