diff options
author | Lee Anjella Macabuhay <lee.anjella.macabuhay@est.tech> | 2024-01-18 10:09:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-01-18 10:09:30 +0000 |
commit | 75df0d87dbc6392bca3663998a7dc4bc9258ed2b (patch) | |
tree | 8d42c354d78e3d3cc17712dabbb92424b4c6c40a /docs | |
parent | 6229cfeafade160ed281fc410454c7498b8a21dc (diff) | |
parent | 58d3763eb70a1f857f1b434965037c9d4916c4a2 (diff) |
Merge "Remove deprecated cmSubscription code"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/deployment.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 8a9c8700b5..7ba163d574 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -327,8 +327,6 @@ Below are the list of distributed datastructures that we have. +--------------+---------------------------------+----------------------------------------------------------+ | cps-ncmp | moduleSyncWorkQueue | Queue used internally for workers to pick the task. | +--------------+---------------------------------+----------------------------------------------------------+ -| cps-ncmp | forwardedSubscriptionEventCache | Keeps track of the LCM Subscription Events. | -+--------------+---------------------------------+----------------------------------------------------------+ | cps-ncmp | untrustworthyCmHandlesSet | Stores untrustworthy cmHandles whose TrustLevel is NONE. | +--------------+---------------------------------+----------------------------------------------------------+ | cps-ncmp | trustLevelPerDmiPlugin | Stores the TrustLevel for the dmi-plugins. | @@ -338,4 +336,4 @@ Below are the list of distributed datastructures that we have. | cps-ncmp | cmSubscriptionEventCache | Stores and tracks CmSubscription requests. | +--------------+---------------------------------+----------------------------------------------------------+ -Total number of caches : 9 +Total number of caches : 8 |