Language check for PRH docs 00/72500/1
authorpwielebs <piotr.wielebski@nokia.com>
Wed, 7 Nov 2018 09:32:39 +0000 (10:32 +0100)
committerVijay Venkatesh Kumar <vv770d@att.com>
Tue, 13 Nov 2018 03:51:59 +0000 (03:51 +0000)
Change-Id: I0f1c4fb52799a102a08fceb597e3780495b81020
Issue-ID: DCAEGEN2-398
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
(cherry picked from commit a72dbeddf727cb5eb9171051015e0a29d0237ad2)

docs/sections/services/prh/architecture.rst
docs/sections/services/prh/configuration.rst
docs/sections/services/prh/delivery.rst
docs/sections/services/prh/index.rst
docs/sections/services/prh/installation.rst

index 090c405..f0703a7 100644 (file)
@@ -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
index 0e4109c..03110a1 100644 (file)
@@ -6,7 +6,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
 
index 3369376..63a744f 100644 (file)
@@ -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
index e3ba5bd..8195eb3 100644 (file)
@@ -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
index 22dab33..4570041 100644 (file)
@@ -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