Merge "Use CLI input as react script name"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"name" : "react",
|
||||
"script": "/home/praneshp/code/entropy/entropy/examples/repair/react",
|
||||
"hostname" : "localhost",
|
||||
"username" : "praneshp",
|
||||
|
||||
Reference in New Issue
Block a user