Adding `uname -a` to stack.sh to make easy to see from the devstack logs what was the actually running kernel version. Change-Id: I0068504bf055a588b155b0a60215440d365bf53e
@@ -89,6 +89,9 @@ if [[ $EUID -eq 0 ]]; then
exit 1
fi
+# Print the kernel version
+uname -a
+
# Prepare the environment
# -----------------------