summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/prh
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2018-11-07 10:32:39 +0100
committerpwielebs <piotr.wielebski@nokia.com>2018-11-07 10:32:39 +0100
commita72dbeddf727cb5eb9171051015e0a29d0237ad2 (patch)
tree1a542553d0a142f20ad4360cc94caaf5d5f39efa /docs/sections/services/prh
parent05bddba1c23399d0c990228860df53a9c5c3c294 (diff)
Language check for PRH docs
Change-Id: I0f1c4fb52799a102a08fceb597e3780495b81020 Issue-ID: DCAEGEN2-398 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'docs/sections/services/prh')
-rw-r--r--docs/sections/services/prh/architecture.rst2
-rw-r--r--docs/sections/services/prh/configuration.rst2
-rw-r--r--docs/sections/services/prh/delivery.rst2
-rw-r--r--docs/sections/services/prh/index.rst4
-rw-r--r--docs/sections/services/prh/installation.rst2
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/sections/services/prh/architecture.rst b/docs/sections/services/prh/architecture.rst
index c47772a3..7e2aed84 100644
--- a/docs/sections/services/prh/architecture.rst
+++ b/docs/sections/services/prh/architecture.rst
@@ -4,7 +4,7 @@
PRH Architecture
===================
-**PRH** is a new DCAE micro-service which participates in the Physical Network Function Plug and Play (PNF PnP)
+**PRH** is a DCAE micro-service which participates in the Physical Network Function Plug and Play (PNF PnP)
procedure. PNF PnP is used to register PNF when it comes online.
PRH Processing Flow
diff --git a/docs/sections/services/prh/configuration.rst b/docs/sections/services/prh/configuration.rst
index a36ad953..371fe824 100644
--- a/docs/sections/services/prh/configuration.rst
+++ b/docs/sections/services/prh/configuration.rst
@@ -4,7 +4,7 @@
Configuration
=============
-PRH expects to be able to fetch configuration directly from consul service in following JSON format:
+PRH fetches configuration directly from Consul service in the following JSON format:
.. code-block:: json
diff --git a/docs/sections/services/prh/delivery.rst b/docs/sections/services/prh/delivery.rst
index 3369376e..63a744f7 100644
--- a/docs/sections/services/prh/delivery.rst
+++ b/docs/sections/services/prh/delivery.rst
@@ -4,6 +4,6 @@
Delivery
========
-**PRH** is delivered as a docker container and published in ONAP Nexus repository in the following image naming convention.
+**PRH** is delivered as a docker container. It is published in ONAP Nexus repository.
Full image name is `onap/org.onap.dcaegen2.services.prh.prh-app-server`. \ No newline at end of file
diff --git a/docs/sections/services/prh/index.rst b/docs/sections/services/prh/index.rst
index d8a22e21..74a0219f 100644
--- a/docs/sections/services/prh/index.rst
+++ b/docs/sections/services/prh/index.rst
@@ -7,8 +7,8 @@ PNF Registration Handler (PRH)
.. Add or remove sections below as appropriate for the platform component.
-**PNF Registration Handler** is a micro-service in DCAE used during Physical Network Function (PNF) Plug-n-Play to process
-the PNF Registration event.
+**PNF Registration Handler** is a micro-service in DCAE. It is used during Physical Network Function (PNF) Plug-n-Play
+procedure to process the PNF Registration event.
PRH overview and functions
diff --git a/docs/sections/services/prh/installation.rst b/docs/sections/services/prh/installation.rst
index aa65dadf..f15386ff 100644
--- a/docs/sections/services/prh/installation.rst
+++ b/docs/sections/services/prh/installation.rst
@@ -4,7 +4,7 @@
Installation
============
-Following docker-compose-yaml file shows default configuration and can be run using `docker compose up` command:
+The following docker-compose-yaml file shows a default configuration. The file can be run using `docker compose up` command:
.. code-block:: yaml