You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/06/29 13:07:07 UTC

[8/8] git commit: updated refs/heads/master to 1e0f833

Add UCS daos for simulator context

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/master
Commit: 1e0f8337729d8ce81043c6c05add846871b37923
Parents: 49ded7e
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sat Jun 29 15:07:40 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Sat Jun 29 15:09:57 2013 +0530

----------------------------------------------------------------------
 client/tomcatconf/simulatorComponentContext.xml.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1e0f8337/client/tomcatconf/simulatorComponentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/simulatorComponentContext.xml.in b/client/tomcatconf/simulatorComponentContext.xml.in
index 74312fe..579ae1b 100644
--- a/client/tomcatconf/simulatorComponentContext.xml.in
+++ b/client/tomcatconf/simulatorComponentContext.xml.in
@@ -207,10 +207,10 @@
   </bean>
 
   <!--
-    Image Store
+    UCS support components
   -->
-
-
+  <bean id="ucsBladeDaoImpl" class="com.cloud.ucs.database.UcsBladeDaoImpl"/>
+  <bean id="ucsManagerDaoImpl" class="com.cloud.ucs.database.UcsManagerDaoImpl"/>
 
   <bean id="GlobalLoadBalancingRulesServiceImpl"
         class="org.apache.cloudstack.region.gslb.GlobalLoadBalancingRulesServiceImpl"/>