diff options
author | Brady Johnson <brady.allen.johnson@ericsson.com> | 2017-06-12 11:10:25 +0200 |
---|---|---|
committer | Brady Johnson <brady.allen.johnson@ericsson.com> | 2017-06-12 11:10:25 +0200 |
commit | 51b51dbfb1467468587b534118da2a22048cb4c9 (patch) | |
tree | fd228efee3335361abb40a9363394cf78144babb /vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json | |
parent | a29f1fcf91f130f74dbd9d7c83bb7445faec6136 (diff) |
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 <brady.allen.johnson@ericsson.com>
Diffstat (limited to 'vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json')
-rwxr-xr-x | vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json | 5 |
1 files changed, 2 insertions, 3 deletions
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" } ] } |