mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3244: Inject KeystoreManager in ManagementServerImpl
This commit is contained in:
parent
e3e8bfce16
commit
33376f1459
|
|
@ -687,7 +687,7 @@ public class ManagementServerImpl extends ManagerBase implements ManagementServe
|
|||
|
||||
private final ScheduledExecutorService _eventExecutor = Executors.newScheduledThreadPool(1, new NamedThreadFactory("EventChecker"));
|
||||
private final ScheduledExecutorService _alertExecutor = Executors.newScheduledThreadPool(1, new NamedThreadFactory("AlertChecker"));
|
||||
private KeystoreManager _ksMgr;
|
||||
@Inject private KeystoreManager _ksMgr;
|
||||
|
||||
private Map<String, String> _configs;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue