kvm frontend : fix argument wrong place for wrapper

parent 806b34a6
...@@ -275,8 +275,8 @@ class Recipe(BaseSlapRecipe): ...@@ -275,8 +275,8 @@ class Recipe(BaseSlapRecipe):
name, 'slapos.recipe.librecipe.execute', 'executee_wait')], self.ws, name, 'slapos.recipe.librecipe.execute', 'executee_wait')], self.ws,
sys.executable, self.wrapper_directory, arguments=[ sys.executable, self.wrapper_directory, arguments=[
self.options['dcrond_binary'].strip(), kvm_proxy_script, self.options['dcrond_binary'].strip(), kvm_proxy_script,
ip, port, key, certificate, plain_http], ip, port, key, certificate, plain_http,
{'NODE_PATH': self.options['node-path']} {'NODE_PATH': self.options['node-path']}]
)[0] )[0]
self.path_list.extend(wrapper) 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