mirror of https://github.com/apache/cloudstack.git
VPC : fixed get_domr_version
This commit is contained in:
parent
127daa5831
commit
d83c81b637
|
|
@ -294,7 +294,8 @@ def routerProxy(session, args):
|
|||
cmd.insert(0, "/bin/bash")
|
||||
try:
|
||||
txt = util.pread2(cmd)
|
||||
txt = 'success'
|
||||
if txt is None or len(txt) == 0 :
|
||||
txt = 'success'
|
||||
except:
|
||||
util.SMlog("routerProxy command " + sargs + " failed " )
|
||||
txt = ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue