Extract mastership blueprint service
[openflowplugin.git] / openflowplugin-impl / src / main / resources / org / opendaylight / blueprint / openflowplugin-impl.xml
index f83753964cf67ff3b10accf8bc7ce135187a51a2..7712098b9510449a5d719db066613676b7cff510 100644 (file)
@@ -8,4 +8,7 @@
 
   <bean id="configurationServiceFactory" class="org.opendaylight.openflowplugin.impl.configuration.ConfigurationServiceFactoryImpl"/>
   <service ref="configurationServiceFactory" interface="org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationServiceFactory"/>
+
+  <bean id="mastershipChangeServiceManagerFactory" class="org.opendaylight.openflowplugin.impl.mastership.MastershipChangeServiceManagerFactoryImpl"/>
+  <service ref="mastershipChangeServiceManagerFactory" interface="org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManagerFactory"/>
 </blueprint>