def getSnapshot(self, conf_file, name):
        if not os.path.exists(conf_file):
            return None

        config = ConfigParser()