Correction du script diagnose

Affiche une erreur sur hapy-master car oneflow n'est pas installé.

ref #16117 @20m
This commit is contained in:
Philippe Caseiro 2016-05-11 13:52:17 +02:00
parent 4f32b29ef8
commit 2b7cfcc866
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ TestServiceStatus "OpenNebula" opennebula
TestService "XMLRPC" "localhost:2633"
TestService "Sunstone" $(CreoleGet "ip_sunstone"):$(CreoleGet "port_sunstone")
TestService "Proxy VNC" $(CreoleGet "ip_sunstone"):$(CreoleGet "vnc_proxy_port_sunstone")
if [ "$(CreoleGet 'activer_oneflow')" == 'oui' ]; then
if [ "$(CreoleGet 'activer_oneflow' 'non')" == 'oui' ]; then
TestService "OneFlow" $(CreoleGet "ip_oneflow"):$(CreoleGet "port_oneflow")
fi
echo ""