From d7e9924a010d51d728493ac7a268c94246b149a2 Mon Sep 17 00:00:00 2001 From: Ziming Zhang Date: Tue, 13 Aug 2019 21:10:57 +0800 Subject: [PATCH] remove tag retention rule always Signed-off-by: Ziming Zhang Change-Id: Ide98d58f64596e8110fbb9eb0d73df6ccbd99c80 --- src/core/api/retention.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/core/api/retention.go b/src/core/api/retention.go index 885c0de70..115006d8f 100644 --- a/src/core/api/retention.go +++ b/src/core/api/retention.go @@ -71,18 +71,6 @@ func (r *RetentionAPI) GetMetadatas() { "display_text": "none", "action": "retain", "params": [] - }, - { - "rule_template": "always", - "display_text": "always", - "action": "retain", - "params": [ - { - "type": "int", - "unit": "COUNT", - "required": true - } - ] }, { "rule_template": "dayspl",