@@ -142,17 +142,6 @@ def __init__(self, fname=None):
142
142
help = "specify the private key file for the SSL connection" )
143
143
parser .add_option_group (group )
144
144
145
- # NET-RPC
146
- group = optparse .OptionGroup (parser , "NET-RPC Configuration" )
147
- group .add_option ("--netrpc-interface" , dest = "netrpc_interface" , my_default = '' ,
148
- help = "specify the TCP IP address for the NETRPC protocol" )
149
- group .add_option ("--netrpc-port" , dest = "netrpc_port" , my_default = 8070 ,
150
- help = "specify the TCP port for the NETRPC protocol" , type = "int" )
151
- # Needed a few day for runbot and saas
152
- group .add_option ("--no-netrpc" , dest = "netrpc" , action = "store_false" , my_default = False , help = "disable the NETRPC protocol" )
153
- group .add_option ("--netrpc" , dest = "netrpc" , action = "store_true" , my_default = False , help = "enable the NETRPC protocol" )
154
- parser .add_option_group (group )
155
-
156
145
# WEB
157
146
# TODO move to web addons after MetaOption merge
158
147
group = optparse .OptionGroup (parser , "Web interface Configuration" )
@@ -383,8 +372,8 @@ def die(cond, msg):
383
372
'db_name' , 'db_user' , 'db_password' , 'db_host' ,
384
373
'db_port' , 'db_template' , 'logfile' , 'pidfile' , 'smtp_port' ,
385
374
'email_from' , 'smtp_server' , 'smtp_user' , 'smtp_password' ,
386
- 'netrpc_interface' , 'netrpc_port' , ' db_maxconn' , 'import_partial' , 'addons_path' ,
387
- 'netrpc' , ' xmlrpc' , 'syslog' , 'without_demo' , 'timezone' ,
375
+ 'db_maxconn' , 'import_partial' , 'addons_path' ,
376
+ 'xmlrpc' , 'syslog' , 'without_demo' , 'timezone' ,
388
377
'xmlrpcs_interface' , 'xmlrpcs_port' , 'xmlrpcs' ,
389
378
'static_http_enable' , 'static_http_document_root' , 'static_http_url_prefix' ,
390
379
'secure_cert_file' , 'secure_pkey_file' , 'dbfilter' , 'log_handler' , 'log_level'
@@ -407,7 +396,7 @@ def die(cond, msg):
407
396
keys = [
408
397
'language' , 'translate_out' , 'translate_in' , 'overwrite_existing_translations' ,
409
398
'debug_mode' , 'smtp_ssl' , 'load_language' ,
410
- 'stop_after_init' , 'logrotate' , 'without_demo' , 'netrpc' , ' xmlrpc' , 'syslog' ,
399
+ 'stop_after_init' , 'logrotate' , 'without_demo' , 'xmlrpc' , 'syslog' ,
411
400
'list_db' , 'xmlrpcs' , 'proxy_mode' ,
412
401
'test_file' , 'test_enable' , 'test_commit' , 'test_report_directory' ,
413
402
'osv_memory_count_limit' , 'osv_memory_age_limit' , 'max_cron_threads' , 'unaccent' ,
0 commit comments