nova-compute: Remove old workaround to purge nova packages

These tasks were implemented during Stein cycle[1], and was backported
to Queens and Rocky, so we can assume these tasks were executed when
a deployment was upgraded to stable/train.

[1] 669a7b8aeb71a3b394c784fa15e137a8edb7b08b

This implements the same change as the one already merged in t-h-t[1].

[2] https://review.opendev.org/846789

Change-Id: I341816ee43e574357c6c967c77f9888d9959708c
This commit is contained in:
Takashi Kajinami 2022-11-22 08:33:56 +09:00
parent c8d2fbb089
commit 6a24e54a3f
1 changed files with 0 additions and 8 deletions

View File

@ -14,14 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
- name: Remove openstack-nova-compute and python-nova package during upgrade
package:
name:
- openstack-nova-compute
- python-nova
state: removed
failed_when: false
- tags: down
become: true
environment: