> > /** > * Provides access to Image features. > */ > @Delegate > - ImageApi getImageApiForZone(@EndpointParam(parser = > ZoneToEndpointNegotiateVersion.class) @Nullable String zone); > + ImageApi getImageApi(@EndpointParam(parser = > RegionToEndpointNegotiateVersion.class) @Nullable String region);
Ah, I see. Alright then! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/123/files#r16147563
