git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b98ab6
)
add comments to describe purpose of tool
author
Scott Baker
<smbaker@gmail.com>
Sun, 8 Sep 2013 00:42:50 +0000
(17:42 -0700)
committer
Scott Baker
<smbaker@gmail.com>
Sun, 8 Sep 2013 00:42:50 +0000
(17:42 -0700)
planetstack/tools/openstack-healthcheck.py
patch
|
blob
|
history
diff --git
a/planetstack/tools/openstack-healthcheck.py
b/planetstack/tools/openstack-healthcheck.py
index
7163c7c
..
63534c8
100755
(executable)
--- 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