Print kernel version

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
This commit is contained in:
Attila Fazekas 2015-03-26 09:25:02 +01:00
parent 27ee05bb2c
commit d9de1199bd

@ -89,6 +89,9 @@ if [[ $EUID -eq 0 ]]; then
exit 1
fi
# Print the kernel version
uname -a
# Prepare the environment
# -----------------------