mirror of https://github.com/apache/cloudstack.git
Fixing build failure.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
This commit is contained in:
parent
743ba7da24
commit
f4c62a8596
|
|
@ -66,6 +66,9 @@ public class CloudOrchestrator implements OrchestrationService {
|
|||
@Inject
|
||||
private VMEntityManager vmEntityManager;
|
||||
|
||||
@Inject
|
||||
private VirtualMachineEntityFactory _vmEntityFactory;
|
||||
|
||||
@Inject
|
||||
private VirtualMachineManager _itMgr;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue