>
> -<pre>
> +- Try the example above with a keystone endpoint that defines multiple
> storage regions. For this init() becomes:
> +<pre>
> +{% highlight java %}
> +private void init() {
> + Iterable<Module> modules = ImmutableSet.<Module> of(new
> SLF4JLoggingModule());
> +
> + String provider = "swift-keystone"; //Region selection is limited to
> swift-keystone provider
> + String identity = "demo:demo";
> + String password = "devstack";
> + String endpoint = "http://keystone-endpoint.example.com/v2.0";
> + String region = "demo-region-name";
No skin off my back either way. Happy to change.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/5/files#r6143220