← Back to team overview

openerp-india team mailing list archive

[Bug 943867] Re: some config options are not used

 

Hello,

I have checked this issue with some parameter and it's doesn't work
after with -s option like lp:940439, lp:938513.

I am not considering below option because HTTPS totally removed from the
server side and we changed it to use Wekzeug.We have unfortunatly
forgotten to remove the corresponding options from the configuration
file and command-line parser (See lp:936831).

; xmlrpcs = True
; xmlrpcs_interface =
; xmlrpcs_port = 8071
; secure_cert_file = server.cert
; secure_pkey_file = server.pkey 

For some following options, I am requesting to Framework team double
check this parameter because I am not totally aware of these

; static_http_enable = False
; static_http_document_root = None
; static_http_url_prefix = None

That's why I am setting this as "Triaged" as assigned to "Framework"
team.

Thank you!

** Changed in: openobject-server
   Importance: Undecided => Low

** Changed in: openobject-server
       Status: New => Triaged

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/943867

Title:
  some config options are not used

Status in OpenERP Server:
  Triaged

Bug description:
  This is OpenERP 6.1 final.
  The "openerp-server -s" command will save some options in the config file which are actually unused.

  I've already detected these ones (if I checked correctly):
  ; demo = {}
  ; dbfilter = .*
  ; server_wide_modules = None
  ; translate_modules = ['all']
  ;
  ; static_http_enable = False
  ; static_http_document_root = None
  ; static_http_url_prefix = None
  ;
  ; xmlrpcs = True
  ; xmlrpcs_interface =
  ; xmlrpcs_port = 8071
  ; secure_cert_file = server.cert
  ; secure_pkey_file = server.pkey

  Some of them have separate bug reports:
   * bug 940439 for "dbfilter"
   * bug 938513 for "server_wide_modules"

  Except for these 2 options, I guess the other ones should not be
  dumped in the config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/943867/+subscriptions


References