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

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