From: Dileep Ranganathan Date: Thu, 22 Mar 2018 17:07:01 +0000 (-0700) Subject: Fix Exception in resolve_demands RPC X-Git-Tag: v1.1.1~34^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=555e08e86ab62cb471850c51022cef4761a2f0f8;p=optf%2Fhas.git Fix Exception in resolve_demands RPC 'keyspace' is missing in the context parameter passed to the resolve_demands rpc from translator Change-Id: Ic9a3a11232ec558daa89890f904b4ee485ad3c50 Issue-ID: OPTFRA-198 Signed-off-by: Dileep Ranganathan --- diff --git a/conductor/conductor/controller/translator.py b/conductor/conductor/controller/translator.py index 00e650b..dbff2d2 100644 --- a/conductor/conductor/controller/translator.py +++ b/conductor/conductor/controller/translator.py @@ -475,6 +475,7 @@ class Translator(object): ctxt = { "plan_id": self._plan_id, "plan_name": self._plan_name, + "keyspace": self.conf.keyspace, } args = { "demands": {