diff --git a/SwitchEngines/README.md b/SwitchEngines/README.md
index 0ff28acd858c2a5f4b49c64903c5b62ad9991866..e279157b8187740040acdb45c69097d724f9ab90 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