Fix Exception in resolve_demands RPC 05/37905/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 22 Mar 2018 17:07:01 +0000 (10:07 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 22 Mar 2018 17:07:01 +0000 (10:07 -0700)
'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 <dileep.ranganathan@intel.com>
conductor/conductor/controller/translator.py

index 00e650b..dbff2d2 100644 (file)
@@ -475,6 +475,7 @@ class Translator(object):
             ctxt = {
                 "plan_id": self._plan_id,
                 "plan_name": self._plan_name,
+                "keyspace": self.conf.keyspace,
             }
             args = {
                 "demands": {