projects
/
osm
/
SO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db35a3
)
Bug 198 - openmano_client.py throws timeout exception for openstack vim
99/1099/1
author
velandy
<rajesh.velandy@riftio.com>
Fri, 10 Feb 2017 15:54:35 +0000
(15:54 +0000)
committer
root
<root@SO-ub.lxd>
Fri, 10 Feb 2017 15:57:04 +0000
(15:57 +0000)
Signed-off-by: velandy <rajesh.velandy@riftio.com>
models/openmano/python/rift/openmano/openmano_client.py
patch
|
blob
|
history
diff --git
a/models/openmano/python/rift/openmano/openmano_client.py
b/models/openmano/python/rift/openmano/openmano_client.py
index
09fb43d
..
8a89ee1
100755
(executable)
--- a/
models/openmano/python/rift/openmano/openmano_client.py
+++ b/
models/openmano/python/rift/openmano/openmano_client.py
@@
-96,7
+96,7
@@
class OpenmanoHttpAPI(object):
class OpenmanoCliAPI(object):
""" This class implements the necessary funtionality to interact with """
- CMD_TIMEOUT =
3
0
+ CMD_TIMEOUT =
12
0
def __init__(self, log, host, port, tenant):
self._log = log