From 5b681900cbacdb2e30ba2833b0e8719e802d50e6 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Mon, 29 Jul 2019 10:36:03 +0200 Subject: [PATCH] Make sure libvirt-guests get started Right now the libvirt-guests gets enabled, but not started during initial deploy. Make sure we start the service. Change-Id: I4f2f69f00cad54c3c767f54de54dc9a061b02b8d (cherry picked from commit cf2e5926e480a36246c912ff7ff4ab58095fe7cd) --- deployment/nova/nova-compute-container-puppet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/nova/nova-compute-container-puppet.yaml b/deployment/nova/nova-compute-container-puppet.yaml index ba0cb824d0..79960653b1 100644 --- a/deployment/nova/nova-compute-container-puppet.yaml +++ b/deployment/nova/nova-compute-container-puppet.yaml @@ -763,6 +763,7 @@ outputs: systemd: name: libvirt-guests enabled: yes + state: started daemon_reload: yes - name: install tripleo_nova_libvirt_guests systemd unit file (podman) when: @@ -804,6 +805,7 @@ outputs: systemd: name: tripleo_nova_libvirt_guests enabled: yes + state: started daemon_reload: yes - name: create persistent directories file: