diff --git a/files/neutron-ha-monitor.py b/files/neutron-ha-monitor.py index 63f518d0..3179cb4c 100644 --- a/files/neutron-ha-monitor.py +++ b/files/neutron-ha-monitor.py @@ -209,8 +209,8 @@ class MonitorNeutronAgentsDaemon(Daemon): return False if not self.is_same_host(crm_no_1_node): - LOG.warn('Only the first crm node %s could reschedule. ' - % crm_no_1_node) + LOG.warning('Only the first crm node %s could reschedule. ' + % crm_no_1_node) return False return True