Fixing build failure. Signed-off-by: Sateesh Chodapuneedi <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f4c62a85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f4c62a85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f4c62a85 Branch: refs/heads/noa/packaging_rpm_fixes Commit: f4c62a8596c3958b5051a989b02df51e2a95b398 Parents: 743ba7d Author: Sateesh Chodapuneedi <[email protected]> Authored: Thu Feb 28 20:02:10 2013 +0530 Committer: Sateesh Chodapuneedi <[email protected]> Committed: Thu Feb 28 20:02:10 2013 +0530 ---------------------------------------------------------------------- .../platform/orchestration/CloudOrchestrator.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f4c62a85/engine/orchestration/src/org/apache/cloudstack/platform/orchestration/CloudOrchestrator.java ---------------------------------------------------------------------- diff --git a/engine/orchestration/src/org/apache/cloudstack/platform/orchestration/CloudOrchestrator.java b/engine/orchestration/src/org/apache/cloudstack/platform/orchestration/CloudOrchestrator.java index 6085c61..570a787 100755 --- a/engine/orchestration/src/org/apache/cloudstack/platform/orchestration/CloudOrchestrator.java +++ b/engine/orchestration/src/org/apache/cloudstack/platform/orchestration/CloudOrchestrator.java @@ -66,6 +66,9 @@ public class CloudOrchestrator implements OrchestrationService { @Inject private VMEntityManager vmEntityManager; + @Inject + private VirtualMachineEntityFactory _vmEntityFactory; + @Inject private VirtualMachineManager _itMgr;
