Add a service_check function
There is no function to check if the services invoked by devstack are
running well or not. We could use the function to check their status
and print them at the end of devstack running.
Change-Id: I845f6b5dddce5cffa7165ec58517f9ae5d8632a6
diff --git a/stack.sh b/stack.sh
index 9428356..40708af 100755
--- a/stack.sh
+++ b/stack.sh
@@ -954,6 +954,8 @@
# Set a reasonable status bar
screen -r $SCREEN_NAME -X hardstatus alwayslastline "$SCREEN_HARDSTATUS"
+# Initialize the directory for service status check
+init_service_check
# Keystone
# --------
@@ -1726,6 +1728,8 @@
$TOP_DIR/local.sh
fi
+# Check the status of running services
+service_check
# Fin
# ===