aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLathish <lathishbabu.ganesan@est.tech>2019-04-30 14:00:16 +0000
committerLathishbabu Ganesan <lathishbabu.ganesan@est.tech>2019-05-01 15:04:30 +0000
commite30a70e5d8ba25e566c2b9a83148df588e98cce0 (patch)
treee6476847aae6c01f02cdce3d25972c82d8ef65b6
parent51635c958ae916663c6a42d82bad343de965dab1 (diff)
Fixed publish config issue
Issue-ID: APPC-1588 Change-Id: I63e75c415d7f33c750eaad6799234e03741ad290 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech> (cherry picked from commit d1bddabef57ab3582d1b1c045c0554d1e476e52e)
-rw-r--r--appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json2
-rw-r--r--docs/APPC LCM API Guide/APPC LCM API Guide.rst12
2 files changed, 12 insertions, 2 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json
index ca9574796..5befc7fd1 100644
--- a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json
+++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/Dispatcher-DG/APPC_method_Generic_Sync_2.0.0.json
@@ -992,7 +992,7 @@
"id": "4c8c9a0.c6b3768",
"type": "switchNode",
"name": "switch",
- "xml": "<switch test='`$Publish_Config`'>",
+ "xml": "<switch test='`$publish-config`'>",
"comments": "",
"outputs": 1,
"x": 1037.6666984558105,
diff --git a/docs/APPC LCM API Guide/APPC LCM API Guide.rst b/docs/APPC LCM API Guide/APPC LCM API Guide.rst
index 3a213d87a..a8dffbe31 100644
--- a/docs/APPC LCM API Guide/APPC LCM API Guide.rst
+++ b/docs/APPC LCM API Guide/APPC LCM API Guide.rst
@@ -1940,11 +1940,21 @@ This command can be applied to any VNF type. The only restriction is that the VN
+------------------------------+---------------------------------------------------+
| **Action-identifiers** | Vnf-id |
+------------------------------+---------------------------------------------------+
-| **Payload Parameters** | None |
+| **Payload Parameters** | See below |
+------------------------------+---------------------------------------------------+
| **Revision History** | Unchanged in this release. |
+------------------------------+---------------------------------------------------+
++----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+
+| **Parameter** | **Description** | **Required?** | **Example** |
++======================+===========================================================================================================================================================+=====================+==================================+
+| publish-config | \* If the publish\-config field is set to Y in the payload, then always write the running configuration to file | Yes | "publish-config": "<Y\|N>" |
+| | | | |
+| | \* If the publish\-config field is set to N in the payload, then running configuration is not written to the file | | |
+| | | | |
++----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+----------------------------------+
+
+
Unlock
------