From 80ff14860e3b8a7a2c29272c2c10c1e830c2141d Mon Sep 17 00:00:00 2001 From: efiacor Date: Tue, 9 Jun 2020 19:20:22 +0100 Subject: [PMSH] Improve CBS data handling # AppConfog object fetch priodically # AAI client to only fetch AAI data Signed-off-by: efiacor Change-Id: I78315f141c3bb7e8b0d9efa818d294415fa79918 Issue-ID: DCAEGEN2-2146 --- .../pm-subscription-handler/pmsh_service/mod/network_function.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/pm-subscription-handler/pmsh_service/mod/network_function.py') diff --git a/components/pm-subscription-handler/pmsh_service/mod/network_function.py b/components/pm-subscription-handler/pmsh_service/mod/network_function.py index aa39bf2c..979cc775 100755 --- a/components/pm-subscription-handler/pmsh_service/mod/network_function.py +++ b/components/pm-subscription-handler/pmsh_service/mod/network_function.py @@ -102,8 +102,8 @@ class NetworkFunctionFilter: """Match the nf name against regex values in Subscription.nfFilter.nfNames Args: - nf_name: the AAI nf name. - orchestration_status: orchestration status of the nf + nf_name (str): the AAI nf name. + orchestration_status (str): orchestration status of the nf Returns: bool: True if matched, else False. -- cgit 1.2.3-korg