From d9a9520bd7efe2f022c0ad3de37b0c4ada4789df Mon Sep 17 00:00:00 2001 From: MD IRSHAD SHEIKH Date: Thu, 18 Feb 2021 18:31:25 +0530 Subject: Add support to process NST Selection for HAS Issue-ID: OPTFRA-911 Signed-off-by: MD IRSHAD SHEIKH Change-Id: I809857348b00fe415d416954b1cfbedd404bdffc --- osdf/adapters/conductor/translation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'osdf/adapters') diff --git a/osdf/adapters/conductor/translation.py b/osdf/adapters/conductor/translation.py index 238428a..f44f27f 100644 --- a/osdf/adapters/conductor/translation.py +++ b/osdf/adapters/conductor/translation.py @@ -320,7 +320,6 @@ def get_demand_properties(demand, policies): prop['filtering_attributes'].update({'equipment-role': policy_property['equipmentRole']} if 'equipmentRole' in policy_property and policy_property['equipmentRole'] else {}) - prop.update(get_candidates_demands(demand)) demand_properties.append(prop) return demand_properties -- cgit 1.2.3-korg