Commit 66d8f867 authored by Łukasz Nowak's avatar Łukasz Nowak

- connection dict is set in slapos.lib.recipe


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44116 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16ad51e5
......@@ -82,7 +82,6 @@ class Recipe(BaseSlapRecipe):
'template/%s' % template_name)
def _install(self):
self.connection_dict = dict()
self.path_list = []
self.requirements, self.ws = self.egg.working_set([__name__])
default_parameter_dict = dict(
......@@ -144,7 +143,6 @@ class Recipe(BaseSlapRecipe):
backend=self.connection_dict['haproxy_login']))
self.installTestRunner()
self.linkBinary()
self.computer_partition.setConnectionDict(self.connection_dict)
return self.path_list
def linkBinary(self):
......
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