From 735097b9e3b9b8cf2d6894be2e56595fadd49336 Mon Sep 17 00:00:00 2001 From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch> Date: Mon, 14 Oct 2024 15:34:50 +0200 Subject: [PATCH] Update README.md --- SwitchEngines/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwitchEngines/README.md b/SwitchEngines/README.md index 0ff28ac..e279157 100644 --- a/SwitchEngines/README.md +++ b/SwitchEngines/README.md @@ -523,7 +523,7 @@ to the official TF documentation for the [OpenStack provider](https://registry.terraform.io/providers/terraform-provider-openstack/openstack/latest/docs/), you shall: 1. Destroy your infrastructure. Guess how ;-) - 1. Create an SSH key pair `tf-cloud-init`. + 1. Create an SSH key pair named `tf-cloud-init` either via the Horizon GUI or locally (must be RSA type). 1. Create a new cloud-init file `~/terraform/OpenStack/scripts/add-ssh.yaml` with the following content: ``` yaml -- GitLab