wmcs.openstack.cloudvirt.safe_reboot creates a silence in alertmanager and removes it after rebooting the host.
However, the NeutronAgentDown continues to fire for 20 minutes after the reboot because it uses
min_over_time(openstack_neutron_agent_state{adminState="up"}[20m]) == 0min_over_time[20m] was introduced in this patch to avoid alert flapping.