diff options
author | Dan Timoney <dtimoney@att.com> | 2019-11-18 14:29:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-18 14:29:21 +0000 |
commit | 1dd0c293d8a076d0c2cabced73572f15790e8736 (patch) | |
tree | 74d648171a1808a70aad32f3b066f0d936be1f82 /components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Scripts | |
parent | 835914bd584e771e47a5c8824848e8ba0ca06aec (diff) | |
parent | 6f7a427e53f4e129d84198f4c94036b4fe6b3898 (diff) |
Merge "CCSDK-1603:Changes in 'Config via netconf' BP to pull data from AAI"
Diffstat (limited to 'components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Scripts')
-rw-r--r-- | components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Scripts/python/RestconfConfigDeploy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Scripts/python/RestconfConfigDeploy.py b/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Scripts/python/RestconfConfigDeploy.py index f8225e0ce..af0b7e129 100644 --- a/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Scripts/python/RestconfConfigDeploy.py +++ b/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Scripts/python/RestconfConfigDeploy.py @@ -24,7 +24,7 @@ class RestconfConfigDeploy(AbstractScriptComponentFunction): log = globals()["log"] configlet_template_name = "config-assign" configlet_resource_path = "/yang-ext:mount/mynetconf:netconflist" - restconf_server_identifier = "sdncodl" + restconf_server_identifier = "sdnc" def process(self, execution_request): |