From 387599d48149d02038a3337463267cc64a47b778 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 5 Sep 2013 12:41:13 +0200 Subject: added cmd to watch progress and grep the ssh ecdsa hostkey after booting --- revert_instance_from_snapshot.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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@\"" -- cgit v1.2.3