>  
> -<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"; 

I think it might be helpful to change this to RegionOne as that's the default 
for devstack. Your call on whether or not to make the change.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/5/files#r6130661

Reply via email to