Merge "Use CLI input as react script name"

This commit is contained in:
Jenkins 2014-06-16 23:41:48 +00:00 committed by Gerrit Code Review
commit 9c06eb8b49
2 changed files with 1 additions and 1 deletions

View File

@ -250,6 +250,7 @@ class Engine(object):
self.known_queues.append(message_queue)
self._known_routing_keys.add(data['routing_key'])
kwargs = data
kwargs['name'] = script
kwargs['conf'] = script_args['cfg']
kwargs['exchange'] = self.entropy_exchange
kwargs['message_queue'] = message_queue

View File

@ -1,5 +1,4 @@
{
"name" : "react",
"script": "/home/praneshp/code/entropy/entropy/examples/repair/react",
"hostname" : "localhost",
"username" : "praneshp",