summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2023-12-04 18:01:07 +0000
committermpriyank <priyank.maheshwari@est.tech>2023-12-06 12:21:39 +0000
commit41727e5dd167c71a63fb8b8f4e3136867b0e65b3 (patch)
tree5c5b6dc6a6f46185e20aa9bc9e4d604d314f48aa /docs
parent4d1b233782d28789ede02b1bad5cda1923a8f650 (diff)
[BUG] Dminame to valid topic suffix
- dmi name can be in the form of URL , and we are using dmi-name as topic suffix , which results in the invalid topic name. - fix to extract out domain name excluding port from the url - test case for the same - updated the documentation - fix only supports ipv4 addresses at the moment Issue-ID: CPS-1979 Change-Id: I9c6ea113afae816f727b45a30c94070af013a16d Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/release-notes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 8bdc3fc9a..63a877d81 100755
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -38,6 +38,7 @@ Release Data
Bug Fixes
---------
+ - `CPS-1979 <https://jira.onap.org/browse/CPS-1979>`_ Bug fix for Invalid topic name suffix.
Features
--------