From aa2c660a47dc223a06fe3d57a513f0f8dcc25375 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Wed, 4 Jan 2012 16:13:20 +0800 Subject: [PATCH] Don't update common configure to bootstrap section. --- mic/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mic/conf.py b/mic/conf.py index fa74fab..54d8ab4 100644 --- a/mic/conf.py +++ b/mic/conf.py @@ -124,7 +124,7 @@ class ConfigMgr(object): # append common section items to other sections for section in self.DEFAULTS.keys(): - if section != "common": + if section != "common" and not section.startswith('bootstrap'): getattr(self, section).update(self.common) proxy.set_proxies(self.create['proxy'], self.create['no_proxy']) -- 2.7.4