Revert "Add config file path to 'bindmount' list"
authorGui Chen <gui.chen@intel.com>
Wed, 28 May 2014 02:37:09 +0000 (22:37 -0400)
committerGui Chen <gui.chen@intel.com>
Wed, 28 May 2014 02:37:09 +0000 (22:37 -0400)
This reverts commit 2f2b3e972600db0562855d63a67d4a808eaf208c.

mic/rt_util.py

index 75e0342..3897efc 100644 (file)
@@ -140,7 +140,6 @@ def get_bindmounts(cropts):
     bindfiles = [
                   cropts['logfile'],
                   configmgr._ksconf,
-                  configmgr._siteconf,
                 ]
 
     for lrepo in cropts['localrepos']: