From bc640cf8128e6796d70451694a9a9dcce69534eb Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Sat, 7 Sep 2013 17:42:50 -0700 Subject: [PATCH] add comments to describe purpose of tool --- planetstack/tools/openstack-healthcheck.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/planetstack/tools/openstack-healthcheck.py b/planetstack/tools/openstack-healthcheck.py index 7163c7c..63534c8 100755 --- a/planetstack/tools/openstack-healthcheck.py +++ b/planetstack/tools/openstack-healthcheck.py @@ -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 -- 2.47.0