Bug 6743: Service group identifier set for neutron-vpp-mapper and vpp-renderer
[groupbasedpolicy.git] / renderers / vpp / src / main / java / org / opendaylight / controller / config / yang / config / vpp_provider / impl / GbpVppProviderInstance.java
index f483a03bc31770f614b9c507d5b9099b1e327825..566b5e9e36295ceaaff4ba925bb45066946471a1 100644 (file)
@@ -11,6 +11,7 @@ package org.opendaylight.controller.config.yang.config.vpp_provider.impl;
 import com.google.common.base.Preconditions;
 import com.google.common.util.concurrent.Futures;
 import com.google.common.util.concurrent.ListenableFuture;
+import org.opendaylight.controller.config.yang.config.groupbasedpolicy.GroupbasedpolicyInstance;
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
 import org.opendaylight.controller.sal.binding.api.BindingAwareBroker;
 import org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService;
@@ -25,7 +26,7 @@ public class GbpVppProviderInstance implements ClusterSingletonService, AutoClos
     private static final Logger LOG = LoggerFactory.getLogger(GbpVppProviderInstance.class);
 
     private static final ServiceGroupIdentifier IDENTIFIER =
-            ServiceGroupIdentifier.create(GbpVppProviderInstance.class.getName());
+            ServiceGroupIdentifier.create(GroupbasedpolicyInstance.GBP_SERVICE_GROUP_IDENTIFIER);
     private final DataBroker dataBroker;
     private final BindingAwareBroker bindingAwareBroker;
     private final ClusterSingletonServiceProvider clusterSingletonService;