Add blueprint wiring for the lithium OpenflowPluginProvider
[openflowplugin.git] / openflowplugin-controller-config / src / main / resources / initial / 42-openflowplugin-new.xml
index 4e44ba4cff626054d280697284583df1b7bca521..0c9db146a83f134650d5da12538282b19ba1a98b 100644 (file)
@@ -6,6 +6,9 @@ Copyright (c) 2014 Cisco Systems, Inc. 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,
 and is available at http://www.eclipse.org/legal/epl-v10.html
+
+NOTE: This file is deprecated as wiring is now done via blueprint. This file is kept for
+       backwards compatibility. Runtime modifications are not honored.
 -->
 <snapshot>
     <required-capabilities>
@@ -82,7 +85,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">binding:binding-new-notification-publish-service</type>
                         <name>binding-notification-publish-adapter</name>
                     </notification-publish-adapter>
+                    <entity-ownership-service>
+                        <type xmlns:entity-ownership="urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:entity-ownership-service">entity-ownership:entity-ownership-service</type>
+                        <name>entity-ownership-service</name>
+                    </entity-ownership-service>
                     <rpc-requests-quota>20000</rpc-requests-quota>
+                    <switch-features-mandatory>false</switch-features-mandatory>
+                    <global-notification-quota>64000</global-notification-quota>
+                    <is-statistics-polling-off>false</is-statistics-polling-off>
+                    <barrier-interval-timeout-limit>500</barrier-interval-timeout-limit>
+                    <barrier-count-limit>25600</barrier-count-limit>
+                    <echo-reply-timeout>2000</echo-reply-timeout>
                 </module>
             </modules>