> @@ -115,4 +121,25 @@ protected void bindTemporaryUrlKeyApi() {
> bindSyncToAsyncHttpApi(binder(), TemporaryUrlKeyApi.class,
> KeystoneTemporaryUrlKeyAsyncApi.class);
> }
> }
> +
> + /**
> + * Use this when the keystone configuration incorrectly mismatches api
> + * versions across regions.
Should we be doing any kind of checking here to verify that the region versions
given are even close to each other? I'm assuming from this commit that we can
_always_ assume that this is a misconfiguration, and not some genuine version
mismatch?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/162/files#r6674269