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/acm-participants-smoke.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/acm-participants-smoke.rst')
-rw-r--r-- | docs/development/devtools/acm-participants-smoke.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/devtools/acm-participants-smoke.rst b/docs/development/devtools/acm-participants-smoke.rst index 3c5b6f88..5e54d905 100644 --- a/docs/development/devtools/acm-participants-smoke.rst +++ b/docs/development/devtools/acm-participants-smoke.rst @@ -171,7 +171,7 @@ Commissioning Endpoint: POST: https://<Runtime ACM IP> : <Port> /onap/policy/clamp/acm/v2/commission -A successful commissioning gives 200 response in the postman client. +A successful commissioning gives 200 responses in the postman client. 3.2 Create New Instances of Automation composition @@ -190,7 +190,7 @@ Request body: 3.3 Change the State of the Instance ==================================== -When the automation composition is updated with state “PASSIVE”, the Kubernetes participant fetches the node template for all automation composition elements and deploys the helm chart of each AC element in to the cluster. The following sample json input is passed on the request body. +When the automation composition is updated with state “PASSIVE”, the Kubernetes participant fetches the node template for all automation composition elements and deploys the helm chart of each AC element into the cluster. The following sample json input is passed on the request body. Automation Composition Update Endpoint: |