DeclarativeServiceReferenceHolder.getInstance().getConfigPub().init();
}
BundleContext bundleContext = context.getBundleContext();
bundleContext.registerService(CloudControllerService.class.getName(),
new CloudControllerServiceImpl(), null);
log.debug("******* Cloud Controller Service bundle is activated ******* ");
} catch (Throwable e) {
log.error("******* Cloud Controller Service bundle is failed to activate ****", e);