mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
bug4811: generalized snapshot tagging for image upgrade (should also work for MongoDB images in general); more autoscaling group work
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ public class Activator implements BundleActivator {
|
||||
*/
|
||||
public void start(BundleContext bundleContext) throws Exception {
|
||||
Activator.context = bundleContext;
|
||||
final String defaultServerGroupName = System.getProperty(UserStore.DEFAULT_SERVER_GROUP_NAME_PROPERTY_NAME, ServerInfo.getName() + "-server");
|
||||
final String defaultServerGroupName = System.getProperty(UserStore.DEFAULT_SERVER_GROUP_NAME_PROPERTY_NAME, ServerInfo.getServerGroupName());
|
||||
logger.info("Creating user store");
|
||||
subscriptionApiServiceTracker = ServiceTrackerFactory.createAndOpen(context, SubscriptionApiService.class);
|
||||
final UserStoreImpl userStore = new UserStoreImpl(defaultServerGroupName);
|
||||
|
||||
Reference in New Issue
Block a user