L2 Gw create changes related to ITM Tunnels creation in neutronvpn module
[vpnservice.git] / neutronvpn / neutronvpn-impl / src / main / java / org / opendaylight / yang / gen / v1 / urn / opendaylight / params / xml / ns / yang / neutronvpn / impl / rev150325 / NeutronvpnImplModule.java
index c6b556df03ec661801c17720b4f837b6d9b9e456..1510b39a4135479ade82b30e992699f324c95727 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
+ * Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -37,6 +37,8 @@ public class NeutronvpnImplModule extends org.opendaylight.yang.gen.v1.urn.opend
         NeutronvpnProvider provider = new NeutronvpnProvider(getRpcRegistryDependency());
         provider.setMdsalManager(getMdsalutilDependency());
         provider.setLockManager(lockManagerService);
+        provider.setEntityOwnershipService(getEntityOwnershipServiceDependency());
+        provider.setBindingNormalizedNodeSerializer(getBindingNormalizedNodeSerializerDependency());
         getBrokerDependency().registerProvider(provider);
         return provider;
     }