diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/swagger/ncmp/openapi-inventory.yaml | 11 | ||||
-rwxr-xr-x | docs/release-notes.rst | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/api/swagger/ncmp/openapi-inventory.yaml b/docs/api/swagger/ncmp/openapi-inventory.yaml index ebe3101609..9f64f58cb7 100644 --- a/docs/api/swagger/ncmp/openapi-inventory.yaml +++ b/docs/api/swagger/ncmp/openapi-inventory.yaml @@ -266,12 +266,14 @@ components: cmHandleProperties: key: my-property moduleSetTag: my-module-set-tag + trustLevel: COMPLETE - cmHandle: my-cm-handle publicCmHandleProperties: key: my-property cmHandleProperties: key: my-property moduleSetTag: my-module-set-tag + trustLevel: COMPLETE createdCmHandles: - cmHandle: my-cm-handle publicCmHandleProperties: @@ -279,12 +281,14 @@ components: cmHandleProperties: key: my-property moduleSetTag: my-module-set-tag + trustLevel: COMPLETE - cmHandle: my-cm-handle publicCmHandleProperties: key: my-property cmHandleProperties: key: my-property moduleSetTag: my-module-set-tag + trustLevel: COMPLETE dmiPlugin: my-dmi-plugin dmiModelPlugin: my-dmi-model-plugin upgradedCmHandles: @@ -338,6 +342,7 @@ components: cmHandleProperties: key: my-property moduleSetTag: my-module-set-tag + trustLevel: COMPLETE properties: cmHandle: example: my-cm-handle @@ -355,6 +360,12 @@ components: moduleSetTag: example: my-module-set-tag type: string + trustLevel: + enum: + - COMPLETE + - NONE + example: COMPLETE + type: string required: - cmHandle type: object diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 3464060b41..c6330b0537 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -40,6 +40,7 @@ Bug Fixes --------- 3.3.9 - `CPS-1923 <https://jira.onap.org/browse/CPS-1923>`_ CPS and NCMP changed management endpoint and port from /manage to /actuator and port same as cps application port. + - `CPS-1933 <https://jira.onap.org/browse/CPS-1933>`_ Setting up the class loader explicitly in hazelcast config. Features -------- |