diff options
author | lapentafd <francesco.lapenta@est.tech> | 2022-04-12 11:23:22 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2022-04-12 12:17:54 +0100 |
commit | 45ce655d0a7a1568e3518bc968f968a41688f99d (patch) | |
tree | cb952120e4bbef766e296969834f77963f389333 /docs/development/devtools/policy-cds.rst | |
parent | 4236d55e6df1c17318995a65ad0a6e9411462456 (diff) |
Fix typos in policy docs devtools
Update images names, that were not displaying
Issue-ID: POLICY-3941
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Change-Id: I85115478f285028ad02644614bee9c0f7f178206
Diffstat (limited to 'docs/development/devtools/policy-cds.rst')
-rw-r--r-- | docs/development/devtools/policy-cds.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/development/devtools/policy-cds.rst b/docs/development/devtools/policy-cds.rst index 35331a2f..be6fd319 100644 --- a/docs/development/devtools/policy-cds.rst +++ b/docs/development/devtools/policy-cds.rst @@ -50,8 +50,8 @@ Creation of VNF & PNF in AAI In order for PDP engines to fetch the resource details from AAI during runtime execution, we need to create dummy VNF & PNF entities in AAI. In a real Automation Composition flow, the entities in AAI will be either created during orchestration phase or provisioned in AAI separately. -Download & execute the steps in postman collection for creating the entities along with it's dependencies. -The steps needs to be performed sequentially one after another. And no input is required from user. +Download & execute the steps in postman collection for creating the entities along with its dependencies. +The steps need to be performed sequentially one after another. And no input is required from user. :download:`Create VNF & PNF in AAI <postman/create-vnf-pnf-aai.postman_collection.json>` @@ -94,7 +94,7 @@ List of steps covered in the postman collection: - Delete both VNF & PNF policies at the end. Download & execute the steps in postman collection. -The steps needs to be performed sequentially one after another. And no input is required from user. +The steps need to be performed sequentially one after another. And no input is required from user. :download:`Apex-PDP VNF & PNF Testing <postman/apex-pdp-vnf-pnf-testing.postman_collection.json>` @@ -118,7 +118,7 @@ List of steps covered in the postman collection: - Delete both VNF & PNF policies at the end. Download & execute the steps in postman collection. -The steps needs to be performed sequentially one after another. And no input is required from user. +The steps need to be performed sequentially one after another. And no input is required from user. :download:`Drools-PDP VNF & PNF Testing <postman/drools-pdp-vnf-pnf-testing.postman_collection.json>` |