Do not manage healthcheck for nova-compute anymore

Since we're using native podman healthcheck, we don't need to manage the
systemd service anymore.

Closes-Bug: #1889221

Change-Id: Id5d693b6111f5906a99ffe4fec4befffc3940e23
This commit is contained in:
Cédric Jeanneret 2020-07-28 15:04:44 +02:00 committed by Cédric Jeanneret (Tengu)
parent a682f4b25c
commit 2b71813529
1 changed files with 0 additions and 6 deletions

View File

@ -1177,12 +1177,6 @@ outputs:
check_mode: no
when:
- not is_additional_cell|bool
- name: Stop nova-compute healthcheck container
service:
name: tripleo_nova_compute_healthcheck
state: stopped
enabled: no
become: true
- name: Stop nova-compute container
service:
name: tripleo_nova_compute