summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrevert_instance_from_snapshot.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/revert_instance_from_snapshot.sh b/revert_instance_from_snapshot.sh
index 4031cbf..b2a196f 100755
--- a/revert_instance_from_snapshot.sh
+++ b/revert_instance_from_snapshot.sh
@@ -109,4 +109,6 @@ nova list
echo
echo "Hang on and wait for the new instance (ID $newid) to finish building before you try to login !"
-
+echo
+echo "You could watch the progress and grep the ssh ecdsa hostkey after booting with following cmd:"
+echo " watch -n 10 \"nova list; nova console-log $newid | grep -A 2 ecdsa | grep root@\""