Fix yaml file content for initial vnf/ns configuration 27/1227/2
authorchamarty <ravi.chamarty@riftio.com>
Sat, 4 Mar 2017 01:24:30 +0000 (01:24 +0000)
committerchamarty <ravi.chamarty@riftio.com>
Mon, 6 Mar 2017 14:56:44 +0000 (14:56 +0000)
Change-Id: Ieb3ce01d602bbfcbda2516c1f6736fab473a5b28
Signed-off-by: chamarty <ravi.chamarty@riftio.com>
rwcm/plugins/rwconman/rift/tasklets/rwconmantasklet/rwconman_config.py

index 7a24d70..435ba06 100644 (file)
@@ -736,7 +736,7 @@ class ConfigManagerConfig(object):
                         if k in vdu:
                             d[k] = vdu[k]
                     vdu_data.append(d)
-                v['vdur'].append(vdu_data)
+                v['vdur'] = vdu_data
 
                 inp['vnfr'][vnfr['member_vnf_index_ref']] = v