summaryrefslogtreecommitdiffstats
path: root/src/lib/Options.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2011-06-01 09:50:25 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2011-06-01 09:50:46 -0400
commit927f5d957d76f8743b1ae812b5f915588fcb8de6 (patch)
tree3890a6b39d12bd4e84d128e5c3f3a7050c605672 /src/lib/Options.py
parent750f1faac80aa97714673abdb435cfb0ede5d734 (diff)
downloadbcfg2-927f5d957d76f8743b1ae812b5f915588fcb8de6.tar.gz
bcfg2-927f5d957d76f8743b1ae812b5f915588fcb8de6.tar.bz2
bcfg2-927f5d957d76f8743b1ae812b5f915588fcb8de6.zip
added -t option to set client timeout
Diffstat (limited to 'src/lib/Options.py')
-rw-r--r--src/lib/Options.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Options.py b/src/lib/Options.py
index 26d0fa349..e6eebb808 100644
--- a/src/lib/Options.py
+++ b/src/lib/Options.py
@@ -317,6 +317,9 @@ CLIENT_USER = Option('The user to provide for authentication', default='root',
cmd='-u', cf=('communication', 'user'), odesc='<user>')
CLIENT_SERVICE_MODE = Option('Set client service mode', default='default',
cmd='-s', odesc='<default|disabled|build>')
+CLIENT_TIMEOUT = Option('Set the client XML-RPC timeout', default=90,
+ cmd='-t', cf=('communication', 'timeout'),
+ odesc='<timeout>')
# APT client tool options
CLIENT_APT_TOOLS_INSTALL_PATH = Option('Apt tools install path',