[NEW PATCH] BZ#726941 vds_bootstrap: fix broken forward-port (via gerrit-bot)

Dan Kenigsberg danken at redhat.com
Sun Aug 7 11:39:27 UTC 2011


New patch submitted by Dan Kenigsberg (danken at redhat.com)

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

commit 33b4f02e9aa1924dbb8b525632ebc0ae8cef89f9
Author: Dan Kenigsberg <danken at redhat.com>
Date:   Sun Aug 7 14:39:12 2011 +0300

    BZ#726941 vds_bootstrap: fix broken forward-port
    
    Change-Id: I5f1f62990d416aa00df073150cb302e1272fe355

diff --git a/vds_bootstrap/vds_bootstrap.py b/vds_bootstrap/vds_bootstrap.py
index 32af7f8..7929f36 100755
--- a/vds_bootstrap/vds_bootstrap.py
+++ b/vds_bootstrap/vds_bootstrap.py
@@ -541,7 +541,6 @@ gpgcheck=0
 
         try:
             self._makeConfig()
-            sys.path.remove(VDSM_DIR)
         except Exception, e:
             logging.error('', exc_info=True)
             self.message = 'Basic configuration failed'




More information about the vdsm-patches mailing list