CLOUDSTACK-1963 New mapping model for CloudStack zone and Vmware datacenter
Adding all new beans introduced during the feature implementation to nonoss component context. Signed-off-by: Sateesh Chodapuneedi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5de5ac9c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5de5ac9c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5de5ac9c Branch: refs/heads/vmware-datamodel Commit: 5de5ac9cff688b82c989d973478664fd9085f269 Parents: ce63a55 Author: Sateesh Chodapuneedi <[email protected]> Authored: Thu May 23 12:43:25 2013 +0530 Committer: Sateesh Chodapuneedi <[email protected]> Committed: Thu May 30 17:09:32 2013 +0530 ---------------------------------------------------------------------- client/tomcatconf/nonossComponentContext.xml.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5de5ac9c/client/tomcatconf/nonossComponentContext.xml.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/nonossComponentContext.xml.in b/client/tomcatconf/nonossComponentContext.xml.in index 6fa9d38..7dc331f 100644 --- a/client/tomcatconf/nonossComponentContext.xml.in +++ b/client/tomcatconf/nonossComponentContext.xml.in @@ -77,6 +77,8 @@ </bean> <bean id="VmwareManager" class="com.cloud.hypervisor.vmware.manager.VmwareManagerImpl"/> <bean id="vmwareContextFactory" class="com.cloud.hypervisor.vmware.resource.VmwareContextFactory" /> + <bean id="VmwareDatacenterDaoImpl" class="com.cloud.hypervisor.vmware.dao.VmwareDatacenterDaoImpl" /> + <bean id="VmwareDatacenterZoneMapDaoImpl" class="com.cloud.hypervisor.vmware.dao.VmwareDatacenterZoneMapDaoImpl" /> <!-- Nicira support components
