Fixed auto-wiring of components for Cisco Vnmc

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/902ce426
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/902ce426
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/902ce426

Branch: refs/heads/cisco-vnmc-api-integration
Commit: 902ce426c1ebba2d826744123edd971819f73763
Parents: 08467ee
Author: Koushik Das <[email protected]>
Authored: Mon Apr 8 17:59:30 2013 +0530
Committer: Koushik Das <[email protected]>
Committed: Mon Apr 8 17:59:30 2013 +0530

----------------------------------------------------------------------
 client/tomcatconf/nonossComponentContext.xml.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/902ce426/client/tomcatconf/nonossComponentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/nonossComponentContext.xml.in 
b/client/tomcatconf/nonossComponentContext.xml.in
index de7b54f..443d6e7 100644
--- a/client/tomcatconf/nonossComponentContext.xml.in
+++ b/client/tomcatconf/nonossComponentContext.xml.in
@@ -134,6 +134,9 @@
   <!--
     Cisco VNMC support components
   -->
+  <bean id="ciscoVnmcDaoImpl" class="com.cloud.network.dao.CiscoVnmcDaoImpl" />
+  <bean id="ciscoAsa1000vDaoImpl" 
class="com.cloud.network.dao.CiscoAsa1000vDaoImpl" />
+  <bean id="networkAsa1000vMapDaoImpl" 
class="com.cloud.network.dao.NetworkAsa1000vMapDaoImpl" />
   <bean id="CiscoVNMC" class="com.cloud.network.element.CiscoVnmcElement">
     <property name="name" value="CiscoVNMC"/>
   </bean>
@@ -326,6 +329,7 @@
           <ref bean="Netscaler"/>
           <ref bean="F5BigIP"/>
           <ref bean="CiscoNexus1000vVSM"/>
+          <ref bean="CiscoVNMC"/>
           <ref bean="NiciraNvp" />
           <ref bean="MidoNetElement" />
           <ref bean="bigSwitchVnsElement"/>

Reply via email to