> @@ -278,8 +278,36 @@ public class JCloudsSwift implements Closeable {
>
> ## <a id="next"></a>Next Steps
>
> -1. Try the example above with one of the public clouds. For the Rackspace
> Cloud init() becomes
> +
> +- Try the example above with a keystone endpoint that defines multiple
> storage regions. For this init() becomes:
> +<pre>
> +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"; // tenantName:userName
> + String password = "devstack"; // demo account uses ADMIN_PASSWORD too
> + String endpoint = "http://keystone-endpoint.example.com/v2.0"; //Set this
> to your keystone endpoint
> + String region = "demo-region-name"; // Use this to select from multiple
> storage regions
Good point
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/5/files#r5835378