summaryrefslogtreecommitdiffstats
path: root/config/vnflist.spec
diff options
context:
space:
mode:
Diffstat (limited to 'config/vnflist.spec')
-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].&"
- }
- }
- }
- }
- }
- ]