Searched refs:_get_host_datas (Results 1 – 1 of 1) sorted by relevance
128 def _get_host_datas(self): member in ExplicitHostGroup146 return True in [d.image_success for d in self._get_host_datas()]158 if spec not in [d.spec for d in self._get_host_datas()]:185 if [d for d in self._get_host_datas() if spec.is_subset(d.spec)]:195 for data in self._get_host_datas():