kvm frontend : fix argument wrong place for wrapper

parent 806b34a6
......@@ -275,8 +275,8 @@ class Recipe(BaseSlapRecipe):
name, 'slapos.recipe.librecipe.execute', 'executee_wait')], self.ws,
sys.executable, self.wrapper_directory, arguments=[
self.options['dcrond_binary'].strip(), kvm_proxy_script,
ip, port, key, certificate, plain_http],
{'NODE_PATH': self.options['node-path']}
ip, port, key, certificate, plain_http,
{'NODE_PATH': self.options['node-path']}]
)[0]
self.path_list.extend(wrapper)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment