Blame SOURCES/bz1804658-azure-lb-1-remove-status-metadata.patch

d42a06
From c5e465fc1e51d0c59c3427cad918a507f8424b99 Mon Sep 17 00:00:00 2001
d42a06
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
d42a06
Date: Thu, 24 Jan 2019 13:04:18 +0100
d42a06
Subject: [PATCH] azure-lb: remove reference to status from usage
d42a06
d42a06
---
d42a06
 heartbeat/azure-lb | 1 -
d42a06
 1 file changed, 1 deletion(-)
d42a06
d42a06
diff --git a/heartbeat/azure-lb b/heartbeat/azure-lb
d42a06
index 3129648d4..35d364be7 100755
d42a06
--- a/heartbeat/azure-lb
d42a06
+++ b/heartbeat/azure-lb
d42a06
@@ -33,7 +33,6 @@ lb_usage() {
d42a06
     $0 manages service that answers Azure Load Balancer health probe requests as a OCF HA resource.
d42a06
     The 'start' operation starts the instance.
d42a06
     The 'stop' operation stops the instance.
d42a06
-    The 'status' operation reports whether the instance is running
d42a06
     The 'monitor' operation reports whether the instance seems to be working
d42a06
     The 'validate-all' operation reports whether the parameters are valid
d42a06
 END