andreaturli commented on this pull request.


> @@ -51,7 +78,66 @@ protected LoggingModule getLoggingModule() {
 
    @Override
    protected Iterable<Module> setupModules() {
-      return ImmutableSet.of(getLoggingModule(), credentialStoreModule, 
getSshModule());
+      return ImmutableSet.<Module> of(
+              ContextLinking.linkContext(neutronApiContext),
+              getLoggingModule(),
+              credentialStoreModule,
+              getSshModule()
+      );
+   }
+
+   @Override
+   protected TemplateBuilder templateBuilder() {

damn!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1178#discussion_r168444237

Reply via email to