20d96d4326
This patch adds script for docker health check of nova-libvirt container. The script checks API service using virsh. Change-Id: I757d53189f5819bb3a0e7bebe277353f3460738d
4 lines
34 B
Bash
Executable File
4 lines
34 B
Bash
Executable File
#!/bin/sh
|
|
|
|
virsh version --daemon
|