Merge "Purge /var/lib/nova/instanceha" into stable/wallaby

This commit is contained in:
Zuul 2023-08-22 01:14:44 +00:00 committed by Gerrit Code Review
commit 3011e078ae

@ -1742,6 +1742,18 @@ outputs:
state: removed
failed_when: false
when: step|int == 2
post_update_tasks:
- name: Ensure instanceha directory is purged
when: step|int == 1
file:
path: /var/lib/nova/instanceha
state: absent
post_upgrade_tasks:
- name: Ensure instanceha directory is purged
when: step|int == 1
file:
path: /var/lib/nova/instanceha
state: absent
scale_tasks:
- when:
- step|int == 1