Add keypair creation to docs

This is required, so it should be documented.
This commit is contained in:
Ben Nemec 2016-05-16 16:44:59 -05:00
parent c1dcb7d393
commit 80b556d4d3
1 changed files with 4 additions and 0 deletions

View File

@ -125,6 +125,10 @@ Preparing the Host Cloud Environment
#. Source an rc file that will provide user credentials for the host cloud.
#. Create a keypair to be injected into instances::
nova keypair-add --pub-key ~/.ssh/id_rsa.pub default
#. Create provisioning network.
.. note:: The CIDR used for the subnet does not matter.