Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.7.1
Description
The whirr-in-5-minutes page, towards the bottom reads:
You can shut down the cluster with
------------------------------------------------------------------------
bin/whirr destroy-cluster --config recipes/zookeeper-ec2.properties |
------------------------------------------------------------------------
This will cause whirr to search for the default ssh key pair, not the key pair created with the previous instructions: "ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa_whirr"
The corrected document should read:
bin/whirr destroy-cluster --config recipes/zookeeper-ec2.properties --private-key-file ~/.ssh/id_rsa_whirr