Fix NovaResumeGuestsStateOnHostBoot when using podman

There is an issue if NovaResumeGuestsStateOnHostBoot gets enabled on the
initial deploy run. It tries to start libvirt-guests in the
host_prep_tasks task. While this is not an issue with docker where we run
the libvirt-guests direct on the host (outside a container), with podman
we run the libvirt-guests inside the container and in the initial deploy
we don't have the container at this stage.

This disables to start the tripleo_nova_libvirt_guests service in the
host_prep_tasks task in case of podman is used.

Change-Id: I7569ea69399807ce2efcc6ca9403db166181a2db
Closes-Bug: #1840618
(cherry picked from commit 13c6dc16a9)
This commit is contained in:
Martin Schuppert 2019-08-19 09:57:40 +02:00
parent fd296a70e1
commit 9639dc938d
1 changed files with 0 additions and 1 deletions

View File

@ -812,7 +812,6 @@ outputs:
systemd:
name: tripleo_nova_libvirt_guests
enabled: yes
state: started
daemon_reload: yes
- name: create persistent directories
file: