openstack-ansible-os_nova/handlers
Dmitriy Rabotyagov bd8c799a72 Fix race-condition when libvirt starts unwillingly
libvirtd.socket does monitor libvirtd.service and trigger service restart
when it spot that service is down.

However in order to enable tcp and tls sockets, we need libvirt
to be stopped.

Currently race condition can happen, when we stop libvirt, but it's
started by socket before we enable tls one.

To overcome this we stop socket along with service.

Change-Id: Iacc093311036fb8d6559a0e32252579303a639ba
(cherry picked from commit a3c0edba56)
2022-02-15 13:36:44 +00:00
..
main.yml Fix race-condition when libvirt starts unwillingly 2022-02-15 13:36:44 +00:00