Exemple #1
0
 def _is_agent_down(self, heart_beat_time_str):
     return timeutils.is_older_than(heart_beat_time_str,
                                    cfg.CONF.agent_down_time)
Exemple #2
0
 def is_agent_down(cls, heart_beat_time):
     return timeutils.is_older_than(heart_beat_time,
                                    cfg.CONF.agent_down_time)
Exemple #3
0
 def is_agent_down(cls, heart_beat_time):
     return timeutils.is_older_than(heart_beat_time,
                                    cfg.CONF.agent_down_time)