Merge commit 1c13d97c001c2830d6534ef96b9cb6111c181c49
[alto.git] / alto-manager / src / main / resources / OSGI-INF / blueprint / config.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
3         <command name="alto/create">
4             <action class="org.opendaylight.alto.manager.AltoCreate"/>
5         </command>
6
7         <command name="alto/delete">
8             <action class="org.opendaylight.alto.manager.AltoDelete"/>
9         </command>
10
11         <command name="alto/set">
12             <action class="org.opendaylight.alto.manager.AltoSet"/>
13         </command>
14     </command-bundle>
15 </blueprint>