diff options
Diffstat (limited to 'docs/sections')
-rw-r--r-- | docs/sections/services/pm-mapper/configuration.rst | 2 | ||||
-rw-r--r-- | docs/sections/services/pm-mapper/delivery.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sections/services/pm-mapper/configuration.rst b/docs/sections/services/pm-mapper/configuration.rst index 3e1b6b4f..36ab9a3e 100644 --- a/docs/sections/services/pm-mapper/configuration.rst +++ b/docs/sections/services/pm-mapper/configuration.rst @@ -43,4 +43,4 @@ PM Mapper publishes the perf3gpp VES PM Events to the following authenticated MR :: - topic.org.onap.dmaap.mr.PM_MAPPER + org.onap.dmaap.mr.PM_MAPPER diff --git a/docs/sections/services/pm-mapper/delivery.rst b/docs/sections/services/pm-mapper/delivery.rst index 56ca4a6e..30a886c9 100644 --- a/docs/sections/services/pm-mapper/delivery.rst +++ b/docs/sections/services/pm-mapper/delivery.rst @@ -11,4 +11,4 @@ Docker Container :: - ``docker run -d --name pmmapper -e CONFIG_BINDING_SERVICE_SERVICE_HOST=<IP Required> -e CONFIG_BINDING_SERVICE_SERVICE_PORT=<Port Required> -e HOSTNAME=<HOSTNAME> nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.0-SNAPSHOT`` + ``docker run -d --name pmmapper -e CONFIG_BINDING_SERVICE_SERVICE_HOST=<IP Required> -e CONFIG_BINDING_SERVICE_SERVICE_PORT=<Port Required> -e HOSTNAME=<HOSTNAME> nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.0.1`` |