From 51f1c01d34888b48694e3c4ea67f707706532310 Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 10 Nov 2015 14:17:22 -0800 Subject: Correct structure Add docs folder Update HTML theme Remove example docs JIRA: SFC-3 Change-Id: If0158796aee5f020f3bb4403b8a67952f9e6bb26 Signed-off-by: blsaws --- .../sample_config/RestConf-SFCs-HttpPut.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json (limited to 'VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json') diff --git a/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json deleted file mode 100755 index 34449647..00000000 --- a/VnfMgrSim/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