Merge "Making sure virt-guest-shutdown.target exists"
This commit is contained in:
commit
5e74ce583b
@ -1091,6 +1091,13 @@ outputs:
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
- name: Making sure virt-guest-shutdown.target is present
|
||||
copy:
|
||||
dest: /etc/systemd/system/virt-guest-shutdown.target
|
||||
content: |
|
||||
[Unit]
|
||||
Description=Libvirt guests shutdown
|
||||
Documentation=https://libvirt.org
|
||||
- name: libvirt-guests enable VM shutdown on compute reboot/shutdown
|
||||
systemd:
|
||||
name: libvirt-guests
|
||||
@ -1125,6 +1132,13 @@ outputs:
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
- name: Making sure virt-guest-shutdown.target is present
|
||||
copy:
|
||||
dest: /etc/systemd/system/virt-guest-shutdown.target
|
||||
content: |
|
||||
[Unit]
|
||||
Description=Libvirt guests shutdown
|
||||
Documentation=https://libvirt.org
|
||||
- name: tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown
|
||||
systemd:
|
||||
name: tripleo_nova_libvirt_guests
|
||||
|
Loading…
Reference in New Issue
Block a user