Add UCS daos for simulator context Signed-off-by: Prasanna Santhanam <[email protected]>
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 <[email protected]> Authored: Sat Jun 29 15:07:40 2013 +0530 Committer: Prasanna Santhanam <[email protected]> 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"/>
