From b731e2f1dd0972409b136aebc7b463dd72c9cfad Mon Sep 17 00:00:00 2001 From: CNlucius Date: Tue, 13 Sep 2016 11:40:12 +0800 Subject: ONOSFW-171 O/S-SFC-ONOS scenario documentation Change-Id: I51ae1cf736ea24ab6680f8edca1b2bf5dd598365 Signed-off-by: CNlucius --- .../org/onosproject/cord/gui/local/bundle-1.json | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json (limited to 'framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json') diff --git a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json b/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json deleted file mode 100644 index 035f23fb..00000000 --- a/framework/src/onos/apps/demo/cord-gui/src/main/resources/org/onosproject/cord/gui/local/bundle-1.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "bundle": { - "id": "family", - "name": "Family Bundle", - "functions": [ - { - "id": "internet", - "name": "Internet", - "desc": "Basic internet connectivity.", - "params": {} - }, - { - "id": "firewall", - "name": "Firewall", - "desc": "Normal firewall protection.", - "params": {} - }, - { - "id": "url_filter", - "name": "Parental Control", - "desc": "Variable levels of URL filtering.", - "params": { - "level": "PG", - "levels": [ "PG", "PG-13", "R" ] - } - } - ] - }, - "bundles": [ - { "id": "basic", "name": "Basic Bundle" }, - { "id": "family", "name": "Family Bundle" } - ] -} -- cgit 1.2.3-korg