From 738ac83cf58138e4fe74bdfea7773b3f32ea2afd Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 19 Oct 2023 10:44:36 +0200 Subject: [PATCH] Cleanup upgrade to ssh_keypairs step We have migrated to usage of ssh_keypairs role a while ago and we can remove old migration clean-up task. Change-Id: Ie3cbeb4bd41d3137f2332f28dbc72c8028fb5b3a --- tasks/nova_compute.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tasks/nova_compute.yml b/tasks/nova_compute.yml index 5d6f05e9..0d7f36a7 100644 --- a/tasks/nova_compute.yml +++ b/tasks/nova_compute.yml @@ -32,17 +32,6 @@ tags: - nova-key -# NOTE(jrosser) Remove this task in the Z development cycle -- name: Clean up legacy ssh keys configuration - file: - path: "{{ item }}" - state: absent - with_items: - - "/usr/local/bin/openstack-nova-key.sh" - - "{{ nova_system_home_folder }}/.ssh/authorized_keys" - tags: - - nova-key - - name: Create ssh keys and config for cold migrations include_role: name: openstack.osa.ssh_keypairs