> +import com.google.inject.AbstractModule;
> +import com.google.inject.Module;
> +import com.google.inject.Singleton;
> +
> +/**
> + * Simple live test to check the correct loading of the internal endpoint
> + * services.
> + *
> + * @author Ignacio Mulas
> + *
> + */
> +@Test(groups = "live", testName = "InternalURLLiveTest")
> +public class InternalURLLiveTest extends BaseNovaApiLiveTest {
> +
> + @Singleton
> + class InternalUrlModule extends AbstractModule {
This is a very useful class for all OpenStack APIs that many will want to reuse.
Can you please move it to
jclouds/apis/openstack-keystone/src/main/java/org/jclouds/openstack/v2_0/config
(a package that doesn't exist yet)?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/142/files#r8221312