summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTait,Trevor(rt0435) <rtait@amdocs.com>2019-02-12 10:21:48 -0500
committerTait,Trevor(rt0435) <rtait@amdocs.com>2019-02-12 14:41:44 -0500
commitf7f9a94854dd70d29945cf25e7fe0ea1a10c16da (patch)
tree3154e166878714a973b428b3b35f25e86a3ce070 /config
parentedbe401f90d9fd332a2ee18d84846c1360b62b36 (diff)
SdnccCtxBld unable to retrieve all VNF attributes
Issue-ID: LOG-968 Change-Id: I93e95e18a9b498dbedcc9ca14c84dd8eab17f59f Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
Diffstat (limited to 'config')
-rw-r--r--config/vnflist.spec19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/vnflist.spec b/config/vnflist.spec
deleted file mode 100644
index ae55a5f..0000000
--- a/config/vnflist.spec
+++ /dev/null
@@ -1,19 +0,0 @@
-[
- // Use https://jolt-demo.appspot.com/#inception to develop/test
- // any changes to this file
-
- {
- // This section converts aai response for GET VNF-API from SDNC
- // to org.onap.pomba.common.datatypes.VF
- "operation": "shift",
- "spec": {
- "vnfs": {
- "vnf-list": {
- "*": {
- "*": "vnf-list[&1].&"
- }
- }
- }
- }
- }
- ]