From 6b8c22082805e29eb52fb8a7c11ac93d208418ca Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 1 Nov 2019 05:47:02 +0100 Subject: [PATCH] docs: Drop duplicate openstack key pair creation step It's already in the "Get OpenStack credentials and test it" section documented how to create a key pair. --- docs/openstack_backend.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/openstack_backend.rst b/docs/openstack_backend.rst index cc0bb3fc4e..9cd686f328 100644 --- a/docs/openstack_backend.rst +++ b/docs/openstack_backend.rst @@ -62,11 +62,6 @@ Get OpenStack credentials and test it Usage ----- -* Create a passwordless ssh public key:: - - $ openstack keypair create myself > myself.pem - $ chmod 600 myself.pem - * Run the dummy suite. It does nothing useful but shows all works as expected. Note that the first time it is run, it can take a long time (from a few minutes to half an hour or so) because it downloads -- 2.39.5