Updated Branches:
  refs/heads/trunk 21de59370 -> 114f7502e

WHIRR-546. Add destroy instructions to stdout for all create actions.


Project: http://git-wip-us.apache.org/repos/asf/whirr/repo
Commit: http://git-wip-us.apache.org/repos/asf/whirr/commit/114f7502
Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/114f7502
Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/114f7502

Branch: refs/heads/trunk
Commit: 114f7502e0f21d69ae4df5e1601252e197eb25d5
Parents: 21de593
Author: Andrew Bayer <[email protected]>
Authored: Mon Mar 25 16:26:25 2013 -0700
Committer: Andrew Bayer <[email protected]>
Committed: Wed Mar 27 15:13:03 2013 -0700

----------------------------------------------------------------------
 CHANGES.txt                                        |    3 +++
 .../whirr/cli/command/LaunchClusterCommand.java    |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/whirr/blob/114f7502/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 732053e..be58f0a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Release 0.8.2 (unreleased changes)
 
   IMPROVEMENTS
 
+    WHIRR-546. Add destroy instructions to stdout for all create
+    actions. (abayer)
+    
     WHIRR-712. prepare_all_disks.sh should cover xvdX as well as sdX. (abayer)
     
     WHIRR-711. Add security group support for OpenStack. (abayer)

http://git-wip-us.apache.org/repos/asf/whirr/blob/114f7502/cli/src/main/java/org/apache/whirr/cli/command/LaunchClusterCommand.java
----------------------------------------------------------------------
diff --git 
a/cli/src/main/java/org/apache/whirr/cli/command/LaunchClusterCommand.java 
b/cli/src/main/java/org/apache/whirr/cli/command/LaunchClusterCommand.java
index 07aef9d..6fac443 100644
--- a/cli/src/main/java/org/apache/whirr/cli/command/LaunchClusterCommand.java
+++ b/cli/src/main/java/org/apache/whirr/cli/command/LaunchClusterCommand.java
@@ -73,6 +73,7 @@ public class LaunchClusterCommand extends 
AbstractClusterCommand {
 
     Utils.printSSHConnectionDetails(out, clusterSpec, cluster, 20);
 
+    out.println("To destroy cluster, run 'whirr destroy-cluster' with the same 
options used to launch it.");
     return 0;
   }
 }

Reply via email to