aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json
diff options
context:
space:
mode:
authormbuil <manuel.buil@ericsson.com>2015-11-10 13:43:09 +0100
committermbuil <manuel.buil@ericsson.com>2015-11-10 13:43:09 +0100
commitdc75170d734debbe8a5de88cc71b52c3e53fd45e (patch)
treeeee0920b55d62003c7abbf593ff1f8d785866897 /vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json
parent9c15bd683ccd0bf11d79ee0934a4cc3f78be521f (diff)
Moves the VnfManagerSimulator code to one specific folder so it is not in the root of the OPNFV SFC repository
Change-Id: I7e5003a69e3514f6b0bf0968758aec167fc052a4
Diffstat (limited to 'vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json')
-rwxr-xr-xvnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json
deleted file mode 100755
index 34449647..00000000
--- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "service-function-chains": {
- "service-function-chain": [
- {
- "name": "sfc-chain-1",
- "symmetric": true,
- "sfc-service-function": [
- {
- "name": "firewall-abstract1",
- "type": "service-function-type:firewall"
- },
- {
- "name": "firewall-abstract2",
- "type": "service-function-type:firewall"
- }
- ]
- }
-
- ]
- }
-}
-