diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-08-29 14:28:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-29 14:28:34 +0000 |
commit | b4151a70dfa7660de27ff467461769808c45871d (patch) | |
tree | 8531eb8eedd1ba6d6f53b1cfcf334d2438a9b542 /ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-template.json | |
parent | 2da7588cfb51016b85d84a139af5cf8a7824e59d (diff) | |
parent | 48954cba71208f0b3adfe4abf5480b493f25737c (diff) |
Merge "rename config-data=>sdnc"
Diffstat (limited to 'ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-template.json')
-rw-r--r-- | ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-template.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-template.json b/ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-template.json index c9351237d..f551b248f 100644 --- a/ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-template.json +++ b/ms/controllerblueprints/modules/service/src/test/resources/enhance/enhance-template.json @@ -243,7 +243,7 @@ },
"input-param": false,
"dictionary-name": "sample-mdsal-source",
- "dictionary-source": "config-data",
+ "dictionary-source": "sdnc",
"dependencies": [
"service-instance-id"
],
@@ -314,7 +314,7 @@ },
"input-param": false,
"dictionary-name": "sample-licenses",
- "dictionary-source": "config-data",
+ "dictionary-source": "sdnc",
"dependencies": [
"service-instance-id"
],
|