Run pip check at end of devstack
The new pip depsolver is coming this summer. Until it's ready,
run pip check at the end of devstack to make sure we're not
somehow installing conflicting package versions. We shouldn't
be, because of constraints, but if we are, better to know and
start figuring it out.
Change-Id: Id98f0848ff5a252d93e5f8029df2d069924d603f
diff --git a/stack.sh b/stack.sh
index 9879bd4..352112a 100755
--- a/stack.sh
+++ b/stack.sh
@@ -1421,6 +1421,9 @@
# Check the status of running services
service_check
+# Run pip check to make sure we're forward compatible with the pip depsolver.
+pip_check
+
# Configure nova cellsv2
# ----------------------