Commit c72e7646 authored by Rafael Monnerat's avatar Rafael Monnerat

Do not hardcoded erp5 site id.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44146 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8ba18832
......@@ -125,8 +125,9 @@ class Recipe(BaseSlapRecipe):
haproxy_login = self.installHaproxy(
ip=self.getLocalIPv4Address(), port='15000', name='login',
url_list=login_list, server_check_path=
self.parameter_dict.get('server_check_path', '/erp5/getId'))
url_list=login_list,
server_check_path=self.parameter_dict.get('server_check_path', \
'/%s/getId' % CONFIG['erp5_site_id']))
self.connection_dict.update(
apache_login=self.installLoginApache(ip=self.getGlobalIPv6Address(),
port=13000, backend=haproxy_login))
......
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