removing plural from model names. some cleanup
[plstackapi.git] / planetstack / tools / openstack-healthcheck.py
old mode 100755 (executable)
new mode 100644 (file)
index 7163c7c..63534c8
@@ -1,4 +1,11 @@
 #! /usr/bin/python
+
+"""
+    Check the status of libvirt, openstack-nova-compute, and
+    quantum-openvswitch-agent. If these services are enabled and have failed,
+    then restart them.
+"""
+
 import os
 import sys
 import subprocess