From cc6265ef38c277559d5bee6695f0353b15f87b37 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 21 Aug 2020 10:53:44 -0400 Subject: Add guard filter documentation Added guard filter to documentation and expanded doc on the other filters. Issue-ID: POLICY-2590 Change-Id: I5683b1f8d6a1999f411c9eab5b538b8f2fb82664 Signed-off-by: Pamela Dragosh --- docs/design/design.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/design') diff --git a/docs/design/design.rst b/docs/design/design.rst index 44a2e25c..d543e461 100644 --- a/docs/design/design.rst +++ b/docs/design/design.rst @@ -176,6 +176,13 @@ The Blacklist Guard Supports blacklisting control loop actions from being perfor Please see the definition of the `Guard Blacklist Policy Type `_ +3.4 Filter Guard onap.policies.controlloop.guard.common.Filter +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The Filter Guard Supports filtering control loop actions from being performed on specific entity id's. + +Please see the definition of the `Guard Filter Policy Type `_ + 4 Optimization onap.policies.Optimization ----------------------------------------- -- cgit 1.2.3-korg