summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-09-05 12:41:13 +0200
committervarac <varacanero@zeromail.org>2013-09-05 12:41:13 +0200
commit387599d48149d02038a3337463267cc64a47b778 (patch)
treec4b3ab3624c5435719eabd78e12ca7711e7f57ea
parent57c384dcc7b59d307d89b0f6afa52b8ad8b47a5f (diff)
added cmd to watch progress and grep the ssh ecdsa hostkey after booting
-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@\""