Add healthcheck script for libvirtd

This patch adds script for docker health check of nova-libvirt container.
The script checks API service using virsh.

Change-Id: I757d53189f5819bb3a0e7bebe277353f3460738d
(cherry picked from commit 20d96d4326)
This commit is contained in:
Martin Mágr 2018-03-07 16:00:01 +01:00
parent 0b515a916d
commit 783eb42176
1 changed files with 3 additions and 0 deletions

3
healthcheck/nova-libvirt Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
virsh version --daemon