CLOUDSTACK-659 Support for storage migration in Cloudstack deployment over VMware
Added VmwareStorageMotionStrategy to application context. Signed-off-by: Sateesh Chodapuneedi <sate...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cabbba7e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cabbba7e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cabbba7e Branch: refs/heads/vmware-storage-motion Commit: cabbba7e90bc0f41e41ff4d8b9ac368d39d3bec8 Parents: e32ae23 Author: Sateesh Chodapuneedi <sate...@apache.org> Authored: Sat May 18 00:41:35 2013 +0530 Committer: Sateesh Chodapuneedi <sate...@apache.org> Committed: Tue May 28 16:51:35 2013 +0530 ---------------------------------------------------------------------- client/tomcatconf/applicationContext.xml.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cabbba7e/client/tomcatconf/applicationContext.xml.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/applicationContext.xml.in b/client/tomcatconf/applicationContext.xml.in index edf83a9..d2455a5 100644 --- a/client/tomcatconf/applicationContext.xml.in +++ b/client/tomcatconf/applicationContext.xml.in @@ -725,6 +725,7 @@ <bean id="agentMonitor" class="com.cloud.agent.manager.AgentMonitor" /> <bean id="alertGenerator" class="com.cloud.event.AlertGenerator" /> <bean id="ancientDataMotionStrategy" class="org.apache.cloudstack.storage.motion.AncientDataMotionStrategy" /> + <bean id="vmwareStorageMotionStrategy" class="org.apache.cloudstack.storage.motion.VmwareStorageMotionStrategy"/> <bean id="xenserverStorageMotionStrategy" class="org.apache.cloudstack.storage.motion.XenServerStorageMotionStrategy" /> <bean id="ancientImageDataStoreProvider" class="org.apache.cloudstack.storage.image.store.AncientImageDataStoreProvider" /> <bean id="ancientSnapshotStrategy" class="org.apache.cloudstack.storage.snapshot.strategy.AncientSnapshotStrategy" />