Added missed code to appc-dg-common bundle 71/33671/3
authorBalaji, Ramya (rb111y) <rb111y@att.com>
Thu, 1 Mar 2018 19:58:56 +0000 (14:58 -0500)
committerPatrick Brady <pb071s@att.com>
Fri, 2 Mar 2018 16:36:42 +0000 (16:36 +0000)
Issue-ID: APPC-688
Change-Id: I7cfb5a90005f046336bf7858aa94001bdc5b6b32
Signed-off-by: Balaji, Ramya (rb111y) <rb111y@att.com>
appc-dg/appc-dg-shared/appc-dg-common/src/main/java/org/onap/appc/dg/common/impl/VNFConfiguratorImpl.java

index d249931..23e6453 100644 (file)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================
  * ONAP : APPC
  * ================================================================================
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Copyright (C) 2017 Amdocs
  * =============================================================================
@@ -86,6 +86,7 @@ public class VNFConfiguratorImpl implements VNFConfigurator {
                 BundleInfo bundleInfo = getBundleInfo(uniqueId);
                 store.storeYangModule(yang, bundleInfo);
             }
+            store.storeYangModuleOnLeader(yang,uniqueId);
             store.storeJson(uniqueId, requestId, configJSON);
             context.setAttribute(prefix + STATUS, SUCCESS);
         } catch (ParseException e) {