diff -r 4fea61c636b2 -r 62213a34726e cwconfig.py --- a/cwconfig.py Thu Jan 10 23:05:45 2013 +0100 +++ b/cwconfig.py Mon Jan 21 18:01:25 2013 +0100 @@ -353,28 +353,6 @@ 'help': 'permission umask for files created by the server', 'group': 'main', 'level': 2, }), - # pyro options - ('pyro-instance-id', - {'type' : 'string', - 'default': Method('default_instance_id'), - 'help': 'identifier of the CubicWeb instance in the Pyro name server', - 'group': 'pyro', 'level': 1, - }), - ('pyro-ns-host', - {'type' : 'string', - 'default': '', - 'help': 'Pyro name server\'s host. If not set, will be detected by a \ -broadcast query. It may contains port information using : notation. \ -Use "NO_PYRONS" to create a Pyro server but not register to a pyro nameserver', - 'group': 'pyro', 'level': 1, - }), - ('pyro-ns-group', - {'type' : 'string', - 'default': 'cubicweb', - 'help': 'Pyro name server\'s group where the repository will be \ -registered.', - 'group': 'pyro', 'level': 1, - }), # common configuration options which are potentially required as soon as # you're using "base" application objects (ie to really server/web # specific)