217
217
cfg_list = self.cfg.get('datasource_list') or []
218
218
return (cfg_list, pkg_list)
221
221
if self.datasource is not NULL_DATA_SOURCE:
223
223
ds = self._restore_from_cache()
225
225
LOG.debug("Restored from cache, datasource: %s", ds)
227
228
(cfg_list, pkg_list) = self._get_datasources()
228
229
# Deep copy so that user-data handlers can not modify
229
230
# (which will affect user-data handlers down the line...)