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

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