> +   ProfileApi getProfileApiForZone(@EndpointParam(parser = 
> ZoneToEndpoint.class) @Nullable String zone);
> +
> +   /**
> +    * Provides access to all Profile features.
> +    * @param zone The zone (region) for the profile API.
> +    * @return A cluster API context.
> +    */
> +   @Delegate
> +   ClusterApi getClusterApiForZone(@EndpointParam(parser = 
> ZoneToEndpoint.class) @Nullable String zone);
> +
> +   /**
> +    * Provides the Tenant.
> +    * @return The current tenant.
> +    */
> +   @Provides 
> +   Optional<Tenant> getCurrentTenantId();

Is this actually used anywhere? Is there a use for it?

If not, just remove it.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9522068

Reply via email to