Remove duplicate keypair doc

Turns out this was already documented, but after the network
creation so I missed it when doing a quintupleo deployment that
doesn't require network creation.  Let's move the keypair doc up
so that's less likely to happen.
This commit is contained in:
Ben Nemec 2016-05-16 16:46:58 -05:00
parent 80b556d4d3
commit 4cbc8ec642
1 changed files with 1 additions and 5 deletions

View File

@ -125,7 +125,7 @@ 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::
#. Add a Nova keypair to be injected into instances::
nova keypair-add --pub-key ~/.ssh/id_rsa.pub default
@ -161,10 +161,6 @@ Preparing the Host Cloud Environment
neutron net-create public
neutron subnet-create --name public --no-gateway --disable-dhcp public 10.0.0.0/24
#. Add a Nova keypair to be injected into instances::
nova keypair-add --pub-key ~/.ssh/id_rsa.pub default
Create the baremetal Heat stack
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^