From 8aea412a4faed1b622a172fe60cd7df2675fa387 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Fri, 23 Nov 2018 09:33:42 +0000 Subject: [PATCH] [doc]Fix: Modify content of configure access and security for instance Step 7 of 'Add a key pair' instructs end users to respond to the prompt to download but Horizon now automatically download Key pair and no prompt to download the key pair is displayed and moving a section of code that should reside in 'Add a Key pair'. This patch updates the doc correctly. Change-Id: Ic96de6983c7d95c4eca19ae0b6e3d1c700aac9b5 Closes-Bug: #1804139 --- ...gure-access-and-security-for-instances.rst | 44 +++++++++---------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/doc/source/user/configure-access-and-security-for-instances.rst b/doc/source/user/configure-access-and-security-for-instances.rst index 31a9801928..fd759ce2f2 100644 --- a/doc/source/user/configure-access-and-security-for-instances.rst +++ b/doc/source/user/configure-access-and-security-for-instances.rst @@ -116,29 +116,7 @@ Create at least one key pair for each project. #. In the :guilabel:`Create Key Pair` dialog box, enter a name for your key pair, and click :guilabel:`Create Key Pair`. -#. Respond to the prompt to download the key pair. - -.. _dashboard_import_keypair: - -Import a key pair -~~~~~~~~~~~~~~~~~ - -#. Log in to the dashboard. - -#. Select the appropriate project from the drop down menu at the top left. - -#. On the :guilabel:`Project` tab, open the :guilabel:`Compute` tab. - -#. Click the :guilabel:`Key Pairs` tab, which shows the key pairs that - are available for this project. - -#. Click :guilabel:`Import Key Pair`. - -#. In the :guilabel:`Import Key Pair` dialog box, enter the name of your - key pair, copy the public key into the :guilabel:`Public Key` box, - and then click :guilabel:`Import Key Pair`. - -#. Save the ``*.pem`` file locally. +#. The private key will be downloaded automatically. #. To change its permissions so that only you can read and write to the file, run the following command: @@ -160,6 +138,26 @@ Import a key pair $ ssh-add yourPrivateKey.pem +.. _dashboard_import_keypair: + +Import a key pair +~~~~~~~~~~~~~~~~~ + +#. Log in to the dashboard. + +#. Select the appropriate project from the drop down menu at the top left. + +#. On the :guilabel:`Project` tab, open the :guilabel:`Compute` tab. + +#. Click the :guilabel:`Key Pairs` tab, which shows the key pairs that + are available for this project. + +#. Click :guilabel:`Import Key Pair`. + +#. In the :guilabel:`Import Key Pair` dialog box, enter the name of your + key pair, copy the public key into the :guilabel:`Public Key` box, + and then click :guilabel:`Import Key Pair`. + The Compute database registers the public key of the key pair. The Dashboard lists the key pair on the :guilabel:`Key Pairs` tab.