> + 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();
This is supported for other services. Unsure if it is used, though. I will remove for now. This might have to be removed in other places as well (if actually unused). --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9523450
