[Erp5-report] r44091 luke - /erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 10 09:18:48 CET 2011


Author: luke
Date: Thu Mar 10 09:18:47 2011
New Revision: 44091

URL: http://svn.erp5.org?rev=44091&view=rev
Log:
 - there is only one conversion server to install, so remove not needed
   flexibility

Modified:
    erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py

Modified: erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py?rev=44091&r1=44090&r2=44091&view=diff
==============================================================================
--- erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] Thu Mar 10 09:18:47 2011
@@ -290,8 +290,8 @@ class Recipe(BaseSlapRecipe):
         certificate_authority_path=CONFIG['ca_dir']
     )
 
-  def _installConversionServer(self, prefix=''):
-    name = prefix + 'conversion_server'
+  def installConversionServer(self):
+    name = 'conversion_server'
     working_directory = self.createDataDirectory(name)
     conversion_server_dict = dict(
       working_path=working_directory,
@@ -324,9 +324,6 @@ class Recipe(BaseSlapRecipe):
       name + '_ip': conversion_server_dict['ip']
       })
 
-  def installConversionServer(self):
-    self._installConversionServer()
-
   def installCertificateAuthority(self):
     self._installCertificateAuthority()
 



More information about the Erp5-report mailing list