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.

 Conflicts:
	deployment/nova/nova-compute-container-puppet.yaml

Change-Id: I4f2f69f00cad54c3c767f54de54dc9a061b02b8d
(cherry picked from commit cf2e5926e4)
(cherry picked from commit 5b681900cb)
This commit is contained in:
Martin Schuppert 2019-07-29 10:36:03 +02:00
parent 2780674463
commit c93ea353f0
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@ outputs:
systemd:
name: libvirt-guests
enabled: yes
state: started
daemon_reload: yes
upgrade_tasks:
- name: Stop nova-compute service