diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2018-03-24 02:12:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-24 02:12:13 +0000 |
commit | 1c4a9f7f0d7ca61df2f0955f60aea9670e399d45 (patch) | |
tree | 0e0bd638947808ab0652fa50f0518061a6a80b8d /conductor | |
parent | 743b0cafc7a2ebc174c21e272ff017d8f4d8a801 (diff) | |
parent | 555e08e86ab62cb471850c51022cef4761a2f0f8 (diff) |
Merge "Fix Exception in resolve_demands RPC"
Diffstat (limited to 'conductor')
-rw-r--r-- | conductor/conductor/controller/translator.py | 1 |
1 files changed, 1 insertions, 0 deletions
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": { |