From f173849ec0e08930f7c546543a8dd6b14954c308 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Wed, 7 Oct 2020 17:01:58 +0530 Subject: Return empty solution if no candidate found Update policy filter for NSI selection Return empty solution instead of error if no candidate is found Issue-ID: OPTFRA-855 Signed-off-by: krishnaa96 Change-Id: I2f5ecbb9464fef3dbc844339968f6cdb1123b2b5 --- config/common_config.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'config') diff --git a/config/common_config.yaml b/config/common_config.yaml index 8f028b3..d720fb2 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -64,12 +64,9 @@ references: subscriber_role: source: onap.policies.optimization.SubscriberPolicy value: properties.properties.subscriberRole - resource_sharing_level: + slice_scope: source: request - value: serviceProfile.resourceSharingLevel - reuse_preference: - source: request - value: preferReuse + value: slice_scope policy_info: prioritization_attributes: @@ -86,8 +83,7 @@ policy_info: policy_scope: - scope: - - get_param: resource_sharing_level - - get_param: reuse_preference + - get_param: slice_scope services: - get_param: service_name resources: -- cgit 1.2.3-korg