[NEW PATCH] BZ#731698 - Fix syntax error (via gerrit-bot)

Yotam Oron yoron at redhat.com
Wed Sep 7 11:25:13 UTC 2011


New patch submitted by Yotam Oron (yoron at redhat.com)

You can review this change at: http://gerrit.usersys.redhat.com/906

commit f41595a7216e4134d5b585f977f99e25de14a625
Author: Yotam Oron <yoron at redhat.com>
Date:   Wed Sep 7 14:24:59 2011 +0300

    BZ#731698 - Fix syntax error
    
    Change-Id: I396cf6d06d2d2c31ff031d41b66bb582a5542c1f

diff --git a/vds_bootstrap/vds_bootstrap.py b/vds_bootstrap/vds_bootstrap.py
index 1f68e8e..3f8423c 100755
--- a/vds_bootstrap/vds_bootstrap.py
+++ b/vds_bootstrap/vds_bootstrap.py
@@ -577,7 +577,7 @@ gpgcheck=0
                 vdcUrl = "http://%s:%s" % (
                             vdcName, str(vdcPort) if vdcPort else "80")
                 try:
-                    if not deployUtil.waitRouteRestore(60, vdcUrl)
+                    if not deployUtil.waitRouteRestore(60, vdcUrl):
                         fReturn = False
                         self.message = "No route to %s. Check switch/router " \
                             "settings and try registering again." % vdcName




More information about the vdsm-patches mailing list