From 51b51dbfb1467468587b534118da2a22048cb4c9 Mon Sep 17 00:00:00 2001 From: Brady Johnson Date: Mon, 12 Jun 2017 11:10:25 +0200 Subject: Updating VNF Manager ODL config to comply with Carbon - There were some configurations that were using older deprecated models that have since been removed. Change-Id: I66b60b510c5afcfb6c6a9c4380aff0b88c9187a9 Signed-off-by: Brady Johnson --- vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (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 index 34449647..4728a669 100755 --- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json +++ b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json @@ -3,15 +3,14 @@ "service-function-chain": [ { "name": "sfc-chain-1", - "symmetric": true, "sfc-service-function": [ { "name": "firewall-abstract1", - "type": "service-function-type:firewall" + "type": "firewall" }, { "name": "firewall-abstract2", - "type": "service-function-type:firewall" + "type": "firewall" } ] } -- cgit 1.2.3-korg