Documentation in 5-Minute guide is missing key option for destroy step
----------------------------------------------------------------------

                 Key: WHIRR-496
                 URL: https://issues.apache.org/jira/browse/WHIRR-496
             Project: Whirr
          Issue Type: Bug
          Components: documentation
    Affects Versions: 0.7.0
            Reporter: Lars George
            Priority: Trivial


On this page http://whirr.apache.org/docs/0.7.0/whirr-in-5-minutes.html it 
states at the end:

{noformat}
bin/whirr destroy-cluster --config recipes/zookeeper-ec2.properties
{noformat}

This fails when you created the custom key as explained on that page. I think 
this should be

{noformat}
bin/whirr destroy-cluster --config recipes/zookeeper-ec2.properties 
--private-key-file ~/.ssh/id_rsa_whirr 
{noformat}

which also works for me.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to