def _is_agent_down(self, heart_beat_time_str): return timeutils.is_older_than(heart_beat_time_str, cfg.CONF.agent_down_time)
def is_agent_down(cls, heart_beat_time): return timeutils.is_older_than(heart_beat_time, cfg.CONF.agent_down_time)