Remove Trailing whitespace 27/29027/2
authorPatrick ANAT <patrick.anat@orange.com>
Wed, 24 Jan 2018 10:26:21 +0000 (10:26 +0000)
committerPatrick ANAT <patrick.anat@orange.com>
Wed, 7 Feb 2018 15:20:59 +0000 (15:20 +0000)
Change-Id: I212c732f27ad9025e8f111945dffdf6ef2470206
Issue-ID: VNFRQTS-139
Signed-off-by: Patrick ANAT <patrick.anat@orange.com>
docs/Chapter5.rst

index dc73969..eff10e0 100644 (file)
@@ -5099,12 +5099,12 @@ even in the short-term as of the long-term direction.
 c. VNFM Driver Development Steps
 ================================
 
-Refer to the ONAP documentation for VNF Provider instructions on integrating 
+Refer to the ONAP documentation for VNF Provider instructions on integrating
 vendor-specific VNFM adaptors with VF-C.  The VNF driver development steps are
-highlighted below. 
+highlighted below.
 
 1. Use the VNF SDK tools to design the VNF with TOSCA models to output
-the VNF TOSCA package.  Using the VNF SDK tools, the VNF package can be 
+the VNF TOSCA package.  Using the VNF SDK tools, the VNF package can be
 validated and tested.
 
 2. The VNF Provider supplies a vendor-specific VNFM driver in ONAP, which
@@ -5119,8 +5119,8 @@ VNFs can be managed by vendor-specific VNFMs. To add a vendor-specific VNFM to O
 vendor-specific VNFM adaptor is added to ONAP implementing the interface of the vendor-specific VNFM.
 
 A vendor-specific VNFM adaptor is a microservice with a unique name and an appointed
-port. When started up, the vendor-specific VNFM adaptor microservice is automatically registered to the 
-Microservices Bus (MSB). The following RESTful example describes the scenario of 
+port. When started up, the vendor-specific VNFM adaptor microservice is automatically registered to the
+Microservices Bus (MSB). The following RESTful example describes the scenario of
 registering a vendor-specific VNFM adaptor to MSB:
 
 .. code-block:: java