From dc75170d734debbe8a5de88cc71b52c3e53fd45e Mon Sep 17 00:00:00 2001 From: mbuil Date: Tue, 10 Nov 2015 13:43:09 +0100 Subject: Moves the VnfManagerSimulator code to one specific folder so it is not in the root of the OPNFV SFC repository Change-Id: I7e5003a69e3514f6b0bf0968758aec167fc052a4 --- .../sample_config/RestConf-SFCs-HttpPut.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json (limited to 'vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json') 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" - } - ] - } - - ] - } -} - -- cgit 1.2.3-korg