Add handling special case for contrail_health module
This patch covers special case for contrail_health module, when
we have contrail-status and doctrail utilities both available on host.
This case happens during contrail upgrade procedure (3.2 -> 4.0), when
new version of contrail services have already started inside containers and
old packages with contrail-status util are still present on host.
Change-Id: Ic6ef73259544c72890913083822347d5dbd57497
Related-Prod: PROD-23325
diff --git a/_states/contrail_health.py b/_states/contrail_health.py
index fdd1f48..c6c4202 100644
--- a/_states/contrail_health.py
+++ b/_states/contrail_health.py
@@ -49,7 +49,7 @@
result = True
else:
- comment = ("Contrail services were not found.\n"
+ comment = ("Contrail services states could not be verified.\n"
"If contrail services are working inside container(s) "
"(starting from version 4.0), please check "
"that related container(s) is (are) started.")