Correct ssh key instructions in README

The expected format of the ssh key has changed in puppet.

Change-Id: I53a517d77e944ae4a84b1ec879d2aa4cc87721f1
This commit is contained in:
James E. Blair 2014-08-25 13:46:57 -07:00
parent 4e12eb191e
commit 58fe0ad503
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Export variable for your ssh key so you can log into the created instances:
.. code-block:: bash .. code-block:: bash
export NODEPOOL_SSH_KEY=`cat ~/.ssh/id_rsa.pub` export NODEPOOL_SSH_KEY=`cat ~/.ssh/id_rsa.pub | awk '{print $2}'`
Start nodepool with a demo config file (copy or edit fake.yaml Start nodepool with a demo config file (copy or edit fake.yaml
to contain your data): to contain your data):