commit | aed7e37e9e1cbb0d18feed578c1629f76158afa4 | [log] [tgz] |
---|---|---|
author | Marc De Leenheer <marc@opennetworking.org> | Tue Sep 12 12:02:46 2017 -0700 |
committer | Marc De Leenheer <marc@opennetworking.org> | Tue Sep 12 12:02:46 2017 -0700 |
tree | dfe3be45a65968a6f5417db4dbb6b8d1f76c2aa7 | |
parent | ee363918ad14a82b71523b58e3d3046413dda641 [diff] |
Fix app registration Change-Id: Ide2dab8a47a3e8ae71b243969dd26980c07f50ef
diff --git a/local/bigswitch/src/main/java/org/opencord/ce/local/bigswitch/BigSwitchManager.java b/local/bigswitch/src/main/java/org/opencord/ce/local/bigswitch/BigSwitchManager.java index 979cafb..6297ab7 100644 --- a/local/bigswitch/src/main/java/org/opencord/ce/local/bigswitch/BigSwitchManager.java +++ b/local/bigswitch/src/main/java/org/opencord/ce/local/bigswitch/BigSwitchManager.java
@@ -164,7 +164,7 @@ @Activate public void activate() { - appId = coreService.getAppId(APP_NAME); + appId = coreService.registerApplication(APP_NAME); configRegistry.registerConfigFactory(configFactory); networkConfigService.addListener(configListener); //deviceService = opticalView(deviceService);