From 8a0fb1ecc1bd4f421f18ad10edd8e6f2c78dc003 Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Tue, 22 May 2018 14:19:36 -0400 Subject: Updating the VNF policy translation Updating the VNF policy translation Issue-ID: OPTFRA-239 Change-Id: Iadce865b35ec94613502063d718a317aba798bc4 Signed-off-by: Ankitkumar Patel --- osdf/optimizers/placementopt/conductor/translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdf') diff --git a/osdf/optimizers/placementopt/conductor/translation.py b/osdf/optimizers/placementopt/conductor/translation.py index e703c36..7bef01c 100644 --- a/osdf/optimizers/placementopt/conductor/translation.py +++ b/osdf/optimizers/placementopt/conductor/translation.py @@ -224,7 +224,7 @@ def get_demand_properties(demand, policies): service_type=demand['serviceResourceId']) attributes = policy_config_mapping['attributes'] prop['attributes'] = { - 'customer-id': policy_property['customerId'], + 'global-customer-id': policy_property['customerId'], 'orchestration-status': "", 'model-invariant-id': demand['resourceModelInfo']['modelInvariantId'], 'model-version-id': demand['resourceModelInfo']['modelVersionId'], -- cgit 1.2.3-korg