search for: global_conf

Displaying 5 results from an estimated 5 matches for "global_conf".

2011 Jan 23
1
Trouble installing SWAT on a Samba 4 Alpha 13 build on Ubuntu Server
...mand.py", line 123, in invoke exit_code = runner.run(args) File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 218, in run result = self.command() File "/usr/lib/pymodules/python2.6/paste/script/serve.py", line 276, in command relative_to=base, global_conf=vars) File "/usr/lib/pymodules/python2.6/paste/script/serve.py", line 313, in loadapp **kw) File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 204, in loadapp return loadobj(APP, uri, name=name, **kw) File "/usr/lib/pymodules/python2.6/paste/de...
2011 Jan 24
4
Trouble installing SWAT on a Samba 4 Alpha 13 build onUbuntu Server
...le "/usr/lib/pymodules/python2.6/paste/script/command.py", line >> 218, in >> run >> result = self.command() >> File "/usr/lib/pymodules/python2.6/paste/script/serve.py", line >> 276, in >> command >> relative_to=base, global_conf=vars) >> File "/usr/lib/pymodules/python2.6/paste/script/serve.py", line >> 313, in >> loadapp >> **kw) >> File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line >> 204, in >> loadapp >> return loa...
2011 Jan 24
1
Trouble installing SWAT on a Samba 4 Alpha 13 buildonUbuntu Server
...gt; >> result = self.command() >>>> >> File >>>> "/usr/lib/pymodules/python2.6/paste/script/serve.py", line >>>> 276, in >>>> >> command >>>> >> relative_to=base, global_conf=vars) >>>> >> File >>>> "/usr/lib/pymodules/python2.6/paste/script/serve.py", line >>>> 313, in >>>> >> loadapp >>>> >> **kw) >>>> >> File...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...ments development/deployment.ini. + +Please note that **all the argument values are strings**. If you want to +convert them into boolean, for example, you should use the +:func:`paste.deploy.converters.asbool` function, as in:: + + from paste.deploy.converters import asbool + setting = asbool(global_conf.get('the_setting')) + +""" + +from tg.configuration import AppConfig + +import ovirtserver +from ovirtserver import model +from ovirtserver.lib import app_globals, helpers + +base_config = AppConfig() +base_config.renderers = [] + +base_config.package = ovirtserver + +#Set th...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...ments development/deployment.ini. - -Please note that **all the argument values are strings**. If you want to -convert them into boolean, for example, you should use the -:func:`paste.deploy.converters.asbool` function, as in:: - - from paste.deploy.converters import asbool - setting = asbool(global_conf.get('the_setting')) - -""" - -from tg.configuration import AppConfig - -import ovirtserver -from ovirtserver import model -from ovirtserver.lib import app_globals, helpers - -base_config = AppConfig() -base_config.renderers = [] - -base_config.package = ovirtserver - -#Set th...