mirror of https://github.com/apache/cloudstack.git
Small (but important) fixes
This commit is contained in:
parent
574fa2c0a0
commit
683e660d60
|
|
@ -28,6 +28,7 @@ import os.path
|
|||
from cs_ip import merge
|
||||
import CsHelper
|
||||
from CsNetfilter import CsNetfilters
|
||||
from fcntl import flock, LOCK_EX, LOCK_UN
|
||||
|
||||
fw = []
|
||||
|
||||
|
|
|
|||
|
|
@ -39,9 +39,9 @@ run.wait()
|
|||
|
||||
if run.returncode:
|
||||
print "stdout >>"
|
||||
print run.stdout
|
||||
print run.stdout.read()
|
||||
print "stderr >>"
|
||||
print run.stderr
|
||||
print run.stderr.read()
|
||||
else:
|
||||
print "Convergence is achieved - you have been assimilated!"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue