diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-07 15:29:17 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-07 15:31:32 -0400 |
commit | 08cc8426efb540a01e5d7c6a1b11860c3cbde86e (patch) | |
tree | 124b05d3b89cae2d44a06f7cd45790ea836d072c | |
parent | fbc5c35127f4815522a5c4df683c6f671c1d6cc6 (diff) |
Fix documentation table error
Issue-ID: POLICY-2515
Change-Id: Ia92b41ec314e7920dd1b783157b37938df03f09f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | docs/design/design.rst | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/design/design.rst b/docs/design/design.rst index c484cd51..1080f4de 100644 --- a/docs/design/design.rst +++ b/docs/design/design.rst @@ -56,19 +56,19 @@ TheĀ *PolicyType* definitions and implementations listed below can be preloaded Policy Framework upon platform installation. For a full listing of available preloaded policy types, see the :ref:`Policy API Preloaded Policy Type List <policy-preload-label>`. -======================================= =============================================================================== -**Base Policy Types** **Description** -======================================= =============================================================================== -onap.policies.Monitoring Base model that supports Policy driven DCAE microservice components used - in Control Loops -onap.policies.controlloop.Operational Legacy actor/action operational policies for control loops (Deprecated) -onap.policies.controlloop.operational.Common Base Control Loop operational policy common definitions -onap.policies.controlloop.guard.Common Control Loop Guard Policy common definitions -onap.policies.Optimization Base OOF Optimization Policy Type definition -onap.policies.Naming Base SDNC Naming Policy Type definition -onap.policies.Native Base Native Policy Type for PDPs to inherit from in order to provide their own - native policy type. -======================================= =============================================================================== +============================================ =============================================================================== +**Base Policy Types** **Description** +============================================ =============================================================================== +onap.policies.Monitoring Base model that supports Policy driven DCAE microservice components used + in Control Loops +onap.policies.controlloop.Operational Legacy actor/action operational policies for control loops (Deprecated) +onap.policies.controlloop.operational.Common Base Control Loop operational policy common definitions +onap.policies.controlloop.guard.Common Control Loop Guard Policy common definitions +onap.policies.Optimization Base OOF Optimization Policy Type definition +onap.policies.Naming Base SDNC Naming Policy Type definition +onap.policies.Native Base Native Policy Type for PDPs to inherit from in order to provide their own + native policy type. +============================================ =============================================================================== .. note:: The El Alto onap.policies.controlloop.Guard policy types were deprecated and removed in Frankfurt. |