andreaturli commented on this pull request.


>     public NovaComputeServiceLiveTest() {
       provider = "openstack-nova";
-
-      Properties overrides = setupProperties();
-      neutronApiContext = ContextBuilder.newBuilder("openstack-neutron")
-              .endpoint(setIfTestSystemPropertyPresent(overrides,
-                      "openstack-nova.endpoint"))
-              .credentials(setIfTestSystemPropertyPresent(overrides,
-                      "openstack-nova.identity"),
-                      setIfTestSystemPropertyPresent(overrides, 
"openstack-nova.credential"))
-              .modules(ImmutableSet.<Module>of(
-                      new SshjSshClientModule(),
-                      new SLF4JLoggingModule(),
-                      new BouncyCastleCryptoModule())
-              )
-              //        TypeToken<? extends Context> contextType = new 
TypeToken<ApiContext<NeutronApi>>() {};
-              .build();

ok I'll add it

-- 
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_r168492172

Reply via email to