Upgrade to the Neon base platform
[netvirt.git] / natservice / impl / src / main / resources / OSGI-INF / blueprint / commands.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
2            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
3
4     <reference id="dataBrokerRef"
5                interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
6                odl:type="pingpong"/>
7     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
8         <command>
9             <action class="org.opendaylight.netvirt.natservice.cli.DisplayNaptSwithcesCli">
10                 <property name="dataBroker" ref="dataBrokerRef"/>
11             </action>
12         </command>
13     </command-bundle>
14 </blueprint>