[Erp5-report] r44565 nicolas - /erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Mar 24 16:22:26 CET 2011
Author: nicolas
Date: Thu Mar 24 16:22:26 2011
New Revision: 44565
URL: http://svn.erp5.org?rev=44565&view=rev
Log:
LibreOffice instance must listen on parition IP only, to avoid conflict with other partitions
Modified:
erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in
Modified: erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in?rev=44565&r1=44564&r2=44565&view=diff
==============================================================================
--- erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/cloudooo.cfg.in [utf8] Thu Mar 24 16:22:26 2011
@@ -29,7 +29,7 @@ limit_memory_used = 3000
## OOFactory Settings
#
# The pool consist of several OpenOffice.org instances
-application_hostname = localhost
+application_hostname = %(ip)s
# OpenOffice Port
openoffice_port = %(openoffice_port)s
# LD_LIBRARY_PATH passed to OpenOffice
More information about the Erp5-report
mailing list