Code Review
/
fuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4de6218
)
Override parameter attempts in Class Zte_Adapter.
75/15875/1
author
wu.zhihui
<wu.zhihui1@zte.com.cn>
Mon, 20 Jun 2016 11:59:40 +0000
(19:59 +0800)
committer
wu.zhihui
<wu.zhihui1@zte.com.cn>
Mon, 20 Jun 2016 11:59:40 +0000
(19:59 +0800)
Give more attempts for zte hardware.
Change-Id: I0906b6fe9e046ddd6436e5246494b89c812a40a2
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
deploy/dha_adapters/zte_adapter.py
patch
|
blob
|
history
diff --git
a/deploy/dha_adapters/zte_adapter.py
b/deploy/dha_adapters/zte_adapter.py
index
1e610ca
..
a40a026
100644
(file)
--- a/
deploy/dha_adapters/zte_adapter.py
+++ b/
deploy/dha_adapters/zte_adapter.py
@@
-20,8
+20,8
@@
from common import (
class ZteAdapter(IpmiAdapter):
- def __init__(self, yaml_path):
- super(ZteAdapter, self).__init__(yaml_path)
+ def __init__(self, yaml_path
, attempts=100
):
+ super(ZteAdapter, self).__init__(yaml_path
, attempts
)
def node_reset(self, node_id):
WAIT_LOOP = 600