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
(cherry picked from commit 2b71813529)
This commit is contained in:
Cédric Jeanneret 2020-07-28 15:04:44 +02:00 committed by Emilien Macchi
parent 174f6ec6c4
commit 8c6ada0d18
1 changed files with 0 additions and 6 deletions

View File

@ -1171,12 +1171,6 @@ outputs:
check_mode: no check_mode: no
when: when:
- not is_additional_cell|bool - 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 - name: Stop nova-compute container
service: service:
name: tripleo_nova_compute name: tripleo_nova_compute