mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3244: Inject KeystoreManager in ManagementServerImpl
This commit is contained in:
parent
c4e3213132
commit
ca8b47778f
|
|
@ -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