From b266f9cda4a37037ca2eb158a8e2b22df6a3fa88 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 13 Oct 2023 21:13:19 +0200 Subject: [PATCH] Stop generating ssh keypair for nova user With transition to ssh-certificates for nova authorization, we no longer need to generate and have SSH certificates for the nova user. Change-Id: Iff105bafc177271cb59fb0662d4c139f56e64325 --- tasks/nova_pre_install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/nova_pre_install.yml b/tasks/nova_pre_install.yml index f7dce3c4..c3bdecd5 100644 --- a/tasks/nova_pre_install.yml +++ b/tasks/nova_pre_install.yml @@ -32,7 +32,6 @@ system: "yes" createhome: "yes" home: "{{ nova_system_home_folder }}" - generate_ssh_key: "yes" tags: - nova-user - nova-key