Merge "[rocky/queens] fix task name nova_api -> nova_compute" into stable/queens

This commit is contained in:
Zuul 2019-08-01 19:14:13 +00:00 committed by Gerrit Code Review
commit c16af43182
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ outputs:
- name: install libvirt-guests systemd unit file - name: install libvirt-guests systemd unit file
when: resume_guests_state_on_host_boot_enabled|bool when: resume_guests_state_on_host_boot_enabled|bool
block: block:
- name: libvirt-guests unit to stop nova_api container before shutdown VMs - name: libvirt-guests unit to stop nova_compute container before shutdown VMs
copy: copy:
dest: /etc/systemd/system/libvirt-guests.service dest: /etc/systemd/system/libvirt-guests.service
content: | content: |